Added bots/buildings switch shortcut (#391)
parent
23c734c3c1
commit
56d66b3417
|
@ -842,6 +842,11 @@ bool CRobotMain::ProcessEvent(Event &event)
|
||||||
{
|
{
|
||||||
SelectHuman();
|
SelectHuman();
|
||||||
}
|
}
|
||||||
|
if (event.key.slot == INPUT_SLOT_NEXT && ((event.kmodState & KEY_MOD(CTRL)) != 0))
|
||||||
|
{
|
||||||
|
m_short->SelectShortcut(EVENT_OBJECT_SHORTCUT00); // switch bots <-> buildings
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (event.key.slot == INPUT_SLOT_NEXT)
|
if (event.key.slot == INPUT_SLOT_NEXT)
|
||||||
{
|
{
|
||||||
if (m_shortCut)
|
if (m_shortCut)
|
||||||
|
|
Loading…
Reference in New Issue