Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2005, 10:49:00 PM (18 years ago)
Author:
patrick
Message:

network: major changes in the world files

File:
1 edited

Legend:

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

    r6352 r6358  
    3838
    3939    /* classes from story-entity */
    40     virtual ErrorMessage preLoad();
    41     virtual ErrorMessage load ();
    42     virtual ErrorMessage postLoad();
     40    ErrorMessage preLoad();
     41    ErrorMessage load ();
     42    ErrorMessage postLoad();
    4343
    4444    virtual ErrorMessage preStart();
     
    9292    bool showBV;                        //!< if the Bounding Volumes should be visible.
    9393
     94    GLMenuImageScreen* glmis;           //!< The Level-Loader Display
     95
    9496    /* world timing */
    9597    Uint32 lastFrame;                   //!< last time of frame
     
    103105    ObjectManager objectManager;        //!< The ObjectManager of this GameWorld.
    104106
     107    /* external modules interfaces */
     108    Shell*     shell;
     109    OggPlayer* music;
    105110
    106111    /* important entities */
Note: See TracChangeset for help on using the changeset viewer.