Changeset 6256 for code/branches/presentation2/src/orxonox/controllers
- Timestamp:
- Dec 6, 2009, 5:07:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6236 r6256 29 29 #include "NewHumanController.h" 30 30 31 #include <cmath> 31 32 #include <OgreRay.h> 32 33 #include <OgreSceneQuery.h> … … 43 44 #include "sound/SoundManager.h" 44 45 #include "Scene.h" 45 46 #include <cmath>47 48 46 49 47 namespace orxonox … … 252 250 void NewHumanController::doUnfire() 253 251 { 254 COUT(0) << "dounfire" << endl;255 252 this->firemode_ = -1; 256 253 hideArrows();
Note: See TracChangeset
for help on using the changeset viewer.