Changeset 2814 for code/branches/gui/src/orxonox/gamestates
- Timestamp:
- Mar 21, 2009, 5:30:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSLevel.cc
r2801 r2814 82 82 if (Core::showsGraphics()) 83 83 { 84 inputState_ = InputManager::getInstance().createInputState<SimpleInputState>("game" , 20);84 inputState_ = InputManager::getInstance().createInputState<SimpleInputState>("game"); 85 85 keyBinder_ = new KeyBinder(); 86 86 keyBinder_->loadBindings("keybindings.ini");
Note: See TracChangeset
for help on using the changeset viewer.