Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1034


Ignore:
Timestamp:
Apr 12, 2008, 4:36:35 PM (16 years ago)
Author:
rgrieder
Message:
  • removed some gcc warnings
  • still doesn't compile on tardis
Location:
code/trunk/src/orxonox/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/core/InputManager.cc

    r1024 r1034  
    4949  */
    5050  InputManager::InputManager() :
    51       mouse_(0), keyboard_(0), inputSystem_(0),
     51      inputSystem_(0), keyboard_(0), mouse_(0),
    5252      currentMode_(IM_UNINIT), setMode_(IM_UNINIT),
    53       handlerGUI_(0), handlerGame_(0), handlerBuffer_(0)
     53      handlerGUI_(0), handlerBuffer_(0), handlerGame_(0)
    5454  {
    5555  }
  • code/trunk/src/orxonox/core/Script.cc

    r1029 r1034  
    6060#endif
    6161    tolua_orxonox_open(luaState_);
    62     output_;
     62    output_ = "";
    6363  }
    6464
Note: See TracChangeset for help on using the changeset viewer.