Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2012, 10:34:48 PM (12 years ago)
Author:
landauf
Message:

cleaned up new SpaceRace classes (no functional code-changes):

  • formatting
  • naming of variables, arguments, functions
  • unused and duplicate code
  • public member variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/Gametype.h

    r9016 r9260  
    152152            virtual void resetTimer();
    153153            virtual void resetTimer(float t);
    154             inline unsigned int getNumberOfPlayers()
    155               { return this->gtinfo_->getNumberOfPlayers(); }
    156154
    157        
     155            inline unsigned int getNumberOfPlayers() const
     156                { return this->gtinfo_->getNumberOfPlayers(); }
    158157
    159158        protected:
Note: See TracChangeset for help on using the changeset viewer.