Restore cycle_units/cycle_back_units hotkeys.

These were accidentally removed while implementing scroll hotkeys.
This commit is contained in:
Ryan Roden-Corrent 2016-03-29 23:01:14 -04:00
parent 4e3d616336
commit 355b8ce1b8

View file

@ -111,6 +111,10 @@ bool command_executor::execute_command(const hotkey_command& cmd, int /*index*/
case HOTKEY_SCROLL_RIGHT:
keyboard_scroll(1, 0);
break;
case HOTKEY_CYCLE_UNITS:
cycle_units();
break;
case HOTKEY_CYCLE_BACK_UNITS:
cycle_back_units();
break;
case HOTKEY_ENDTURN: