- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/Controller.h
r6356 r6387 51 51 52 52 virtual inline void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage) {}; 53 53 54 54 void setGodMode( bool mode ){ this->bGodMode_ = mode; } 55 55 bool getGodMode(){ return this->bGodMode_; }
Note: See TracChangeset
for help on using the changeset viewer.