Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 9:58:14 PM (16 years ago)
Author:
landauf
Message:

finally got a good approach for the CommandExecutor parser. more to come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/console/InGameConsole.cc

    r1416 r1424  
    186186    {
    187187        this->deactivate();
    188         InputManager::getSingleton().setInputMode(IM_INGAME);
    189188    }
    190189
     
    364363        this->scroll_ = -1;
    365364        // the rest is done by tick
     365        InputManager::getSingleton().setInputMode(IM_INGAME);
    366366    }
    367367
Note: See TracChangeset for help on using the changeset viewer.