Changeset 6417 for code/trunk/src/orxonox/controllers/Controller.cc
- Timestamp:
- Dec 25, 2009, 10:23:58 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/Controller.cc
r5781 r6417 29 29 #include "Controller.h" 30 30 #include "core/CoreIncludes.h" 31 #include "worldentities/ControllableEntity.h" 31 32 32 33 namespace orxonox … … 40 41 this->player_ = 0; 41 42 this->controllableEntity_ = 0; 43 this->bGodMode_ = false; 42 44 } 43 45
Note: See TracChangeset
for help on using the changeset viewer.