Changeset 1208
- Timestamp:
- Apr 30, 2008, 4:21:27 PM (18 years ago)
- Location:
- code/branches/input
- Files:
-
- 3 deleted
- 1 edited
- 1 copied
-
cmake/FindTCL.cmake (copied) (copied from code/trunk/cmake/FindTCL.cmake)
-
src/orxonox/Orxonox.cc (modified) (1 diff)
-
src/util/tolua/tolua_bind.cc (deleted)
-
src/util/tolua/tolua_bind.h (deleted)
-
src/util/tolua/toluabind_default.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/Orxonox.cc
r1204 r1208 157 157 Orxonox::Orxonox() 158 158 { 159 this->mode_ = STANDALONE; 160 this->serverIp_ = ""; 159 161 this->ogre_ = &GraphicsEngine::getSingleton(); 160 162 this->timer_ = 0; 161 163 this->dataPath_ = ""; 162 164 this->auMan_ = 0; 165 this->orxonoxHUD_ = 0; 163 166 this->inputHandler_ = 0; 164 167 // turn on frame smoothing by setting a value different from 0
Note: See TracChangeset
for help on using the changeset viewer.










