Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2007, 11:28:20 AM (17 years ago)
Author:
rennerc
Message:

allow user to use shell with high gamespeed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/story_entities/game_world.h

    r10428 r10613  
    5656  inline double getGameTime() { return this->gameTime; }
    5757  /** sets the game speed @param speed speed of the Game */
    58   inline void setSpeed(float speed) { this->speed = speed; };
     58  inline void setSpeed(float speed) { this->speed = speed; }
     59  inline float getSpeed(){ return this->speed; }
    5960  /**  returns the track path of this world @returns the track path */
    6061
Note: See TracChangeset for help on using the changeset viewer.