Changeset 7173 in orxonox.OLD for trunk/src/world_entities/playable.cc
- Timestamp:
- Feb 21, 2006, 6:01:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r7121 r7173 114 114 if (this->currentPlayer != NULL) 115 115 this->currentPlayer->weaponConfigChanged(); 116 } 117 118 /** 119 * @brief sets the CameraMode. 120 * @param cameraMode: the Mode to switch to. 121 */ 122 void Playable::setCameraMode(unsigned int cameraMode) 123 { 124 116 125 } 117 126
Note: See TracChangeset
for help on using the changeset viewer.