Changeset 1034 for code/trunk/src
- Timestamp:
- Apr 12, 2008, 4:36:35 PM (17 years ago)
- Location:
- code/trunk/src/orxonox/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/InputManager.cc
r1024 r1034 49 49 */ 50 50 InputManager::InputManager() : 51 mouse_(0), keyboard_(0), inputSystem_(0),51 inputSystem_(0), keyboard_(0), mouse_(0), 52 52 currentMode_(IM_UNINIT), setMode_(IM_UNINIT), 53 handlerGUI_(0), handler Game_(0), handlerBuffer_(0)53 handlerGUI_(0), handlerBuffer_(0), handlerGame_(0) 54 54 { 55 55 } -
code/trunk/src/orxonox/core/Script.cc
r1029 r1034 60 60 #endif 61 61 tolua_orxonox_open(luaState_); 62 output_ ;62 output_ = ""; 63 63 } 64 64
Note: See TracChangeset
for help on using the changeset viewer.