Changeset 6460 in orxonox.OLD for branches/network/src/story_entities/game_world.cc
- Timestamp:
- Jan 10, 2006, 2:05:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/game_world.cc
r6459 r6460 131 131 this->shell = new Shell(); 132 132 133 State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this)); 133 134 this->dataTank->init(); 134 135 } … … 199 200 this->isPaused = false; 200 201 this->isRunning = true; 201 202 State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this));203 202 204 203 this->run();
Note: See TracChangeset
for help on using the changeset viewer.