Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4511 in orxonox.OLD for orxonox/trunk/src/util/loading


Ignore:
Timestamp:
Jun 6, 2005, 12:31:17 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: collision detection classes names and structures filled in

Location:
orxonox/trunk/src/util/loading
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/loading/game_loader.cc

    r4496 r4511  
    197197
    198198/**
    199    \brief release the mem
     199   \brief release the mem ATTENTION: not implemented
    200200 */
    201201ErrorMessage GameLoader::destroy()
  • orxonox/trunk/src/util/loading/game_loader.h

    r4487 r4511  
    7777  bool                   isPaused;             //!< if the game is paused
    7878
    79   Campaign*              currentCampaign;      //!< the current campaign playing
     79  Campaign*              currentCampaign;      //!< reference to the current campaign playing
    8080 
    8181  EventHandler*          eventHandler;         //!< reference to the eventHandler
Note: See TracChangeset for help on using the changeset viewer.