Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2006, 12:52:29 AM (18 years ago)
Author:
bensch
Message:

fixed minority reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/story_entities/game_world_data.cc

    r9709 r9712  
    117117ErrorMessage GameWorldData::loadData(const TiXmlElement* root)
    118118{
     119  assert (root != NULL);
    119120  // load the parameters
    120121  // name
     
    237238  {
    238239    /// TODO Make this also loadable
    239     this->localPlayer->setPlayable(Playable::objectList().back());
     240    this->localPlayer->setPlayable(Playable::objectList().front());
    240241  }
    241242
Note: See TracChangeset for help on using the changeset viewer.