Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4829 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Jul 9, 2005, 1:11:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shoots are visible again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4827 r4829  
    222222  //strcpy(this->worldName, name);
    223223  this->debugWorldNr = worldID;
    224   State::setWorldEntityList(this->entities = new tList<WorldEntity>());
    225   this->cycle = 0;
    226 
    227224}
    228225
     
    255252ErrorMessage World::preLoad()
    256253{
     254  State::setWorldEntityList(this->entities = new tList<WorldEntity>());
     255  this->cycle = 0;
     256
     257
    257258  /* init the world interface */
    258259  WorldInterface* wi = WorldInterface::getInstance();
Note: See TracChangeset for help on using the changeset viewer.