Changeset 1223 for code/trunk/src/orxonox/console
- Timestamp:
- May 3, 2008, 5:26:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/console/InGameConsole.cc
r1214 r1223 41 41 #include "core/CoreIncludes.h" 42 42 #include "core/ConsoleCommand.h" 43 #include "core/InputManager.h" 43 44 #include "GraphicsEngine.h" 44 45 … … 98 99 clear(); 99 100 deactivate(); 100 CommandExecutor::execute("setInputMode 2");101 InputManager::setInputState(InputManager::IS_NORMAL); 101 102 } 102 103
Note: See TracChangeset
for help on using the changeset viewer.