Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7076 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc


Ignore:
Timestamp:
Feb 7, 2006, 3:46:43 PM (18 years ago)
Author:
bensch
Message:

weaponAdjustment

File:
1 edited

Legend:

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

    r7039 r7076  
    230230  // Create a Player
    231231  this->localPlayer = new Player();
     232  State::setPlayer(this->localPlayer);
    232233
    233234  Playable* playable;
     
    251252  FastFactory::flushAll(true);
    252253  GraphicsEngine::getInstance()->displayFPS(false);
    253 
     254  State::setPlayer(NULL);
    254255  // erease everything that is left.
    255256  // 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.