Changeset 7076 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 7, 2006, 3:46:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r7039 r7076 230 230 // Create a Player 231 231 this->localPlayer = new Player(); 232 State::setPlayer(this->localPlayer); 232 233 233 234 Playable* playable; … … 251 252 FastFactory::flushAll(true); 252 253 GraphicsEngine::getInstance()->displayFPS(false); 253 254 State::setPlayer(NULL); 254 255 // erease everything that is left. 255 256 // delete PNode::getNullParent(); // not needed as this is also done in the next step (and also much cleaner)
Note: See TracChangeset
for help on using the changeset viewer.