Changeset 4829 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 9, 2005, 1:11:08 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4827 r4829 222 222 //strcpy(this->worldName, name); 223 223 this->debugWorldNr = worldID; 224 State::setWorldEntityList(this->entities = new tList<WorldEntity>());225 this->cycle = 0;226 227 224 } 228 225 … … 255 252 ErrorMessage World::preLoad() 256 253 { 254 State::setWorldEntityList(this->entities = new tList<WorldEntity>()); 255 this->cycle = 0; 256 257 257 258 /* init the world interface */ 258 259 WorldInterface* wi = WorldInterface::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.