Changeset 6223 for code/branches/presentation2/src/orxonox
- Timestamp:
- Dec 3, 2009, 11:23:06 AM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6216 r6223 69 69 controlMode_ = 0; 70 70 acceleration_ = 0; 71 acceleration_ = false; 71 72 firemode_ = -1; 72 73 showArrows_ = true; -
code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
r6183 r6223 68 68 InGameConsole::InGameConsole() 69 69 : shell_(new Shell("InGameConsole", true)) 70 , bShowCursor_(false) 70 71 , consoleOverlay_(0) 71 72 , consoleOverlayContainer_(0)
Note: See TracChangeset
for help on using the changeset viewer.