- Timestamp:
- Nov 21, 2009, 12:11:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.h
r6111 r6115 51 51 52 52 static void changeMode(); 53 54 virtual void changedControllableEntity(); 53 55 54 56 protected: … … 56 58 57 59 unsigned int controlMode_; 58 static NewHumanController* localController_s;60 static NewHumanController* localController_s; 59 61 private: 60 62 float currentYaw_; 61 63 float currentPitch_; 62 64 OrxonoxOverlay* crossHairOverlay_; 63 float 65 float overlaySize_; 64 66 ClassTreeMask targetMask_; 65 67 };
Note: See TracChangeset
for help on using the changeset viewer.