Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7723 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
May 19, 2006, 4:28:19 AM (18 years ago)
Author:
bensch
Message:

trunk: Changed away from the Static stuff in GameWorld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.h

    r7391 r7723  
    5454    /**  returns the track path of this world @returns the track path */
    5555
    56     static void togglePNodeVisibility();
    57     static void toggleBVVisibility();
     56    void togglePNodeVisibility();
     57    void toggleBVVisibility();
    5858
    5959    inline void setSky(WorldEntity* sky) { this->dataTank->sky = sky; }
Note: See TracChangeset for help on using the changeset viewer.