Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6981 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Feb 2, 2006, 2:45:07 PM (18 years ago)
Author:
bensch
Message:

trunk: some virtuals

File:
1 edited

Legend:

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

    r6878 r6981  
    190190  PRINTF(3)("GameWorld::~GameWorld() - unloading the current GameWorld\n");
    191191
     192  this->dataTank->unloadData();
     193
    192194  if (this->dataXML)
    193195    delete this->dataXML;
    194196
    195   this->dataTank->unloadData();
    196197}
    197198
Note: See TracChangeset for help on using the changeset viewer.