Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7173 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Feb 21, 2006, 6:01:31 PM (19 years ago)
Author:
bensch
Message:

trunk: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7121 r7173  
    114114  if (this->currentPlayer != NULL)
    115115    this->currentPlayer->weaponConfigChanged();
     116}
     117
     118/**
     119 * @brief sets the CameraMode.
     120 * @param cameraMode: the Mode to switch to.
     121 */
     122void Playable::setCameraMode(unsigned int cameraMode)
     123{
     124
    116125}
    117126
Note: See TracChangeset for help on using the changeset viewer.