Restore cycle_units/cycle_back_units hotkeys.
These were accidentally removed while implementing scroll hotkeys.
This commit is contained in:
parent
4e3d616336
commit
355b8ce1b8
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue