- Timestamp:
- Dec 2, 2009, 2:40:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/HumanController.h
r6159 r6195 75 75 static void killBots(unsigned int amount = 0); 76 76 77 static void pauseControl(); 78 static void resumeControl(); 79 virtual void doPauseControl() {}; 80 virtual void doResumeControl() {}; 81 77 82 static inline HumanController* getLocalControllerSingleton() 78 83 { return HumanController::localController_s; } … … 83 88 protected: 84 89 static HumanController* localController_s; 90 bool controlPaused_; 85 91 }; 86 92 }
Note: See TracChangeset
for help on using the changeset viewer.