Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 7, 2006, 4:32:14 PM (19 years ago)
Author:
patrick
Message:

trunk: respawn and death patch

File:
1 edited

Legend:

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

    r7078 r7082  
    202202    {
    203203      this->localPlayer = new Player();
    204       State::setPlayer(this->localPlayer);
    205204
    206205      Playable* playable;
     
    221220      /* create a Player */
    222221      this->localPlayer = new Player();
    223       State::setPlayer(this->localPlayer);
    224222    }
    225223
     
    228226    PNode::getNullParent()->init();
    229227  }
     228  State::setPlayer(this->localPlayer);
    230229}
    231230
Note: See TracChangeset for help on using the changeset viewer.