Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2011, 8:24:00 PM (13 years ago)
Author:
landauf
Message:

hack-fix: overridden implementations of stopLocalHumanControl() were not called in multiplayer, which caused the "fire" command to not reset in Spectator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/ControllableEntity.h

    r7533 r7889  
    157157
    158158        protected:
     159            virtual void preDestroy();
     160
    159161            virtual void setPlayer(PlayerInfo* player); // don't call this directly, use friend class PlayerInfo instead
    160162            virtual void removePlayer();                // don't call this directly, use friend class PlayerInfo instead
Note: See TracChangeset for help on using the changeset viewer.