Changeset 9712 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 1, 2006, 12:52:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/game_world_data.cc
r9709 r9712 117 117 ErrorMessage GameWorldData::loadData(const TiXmlElement* root) 118 118 { 119 assert (root != NULL); 119 120 // load the parameters 120 121 // name … … 237 238 { 238 239 /// TODO Make this also loadable 239 this->localPlayer->setPlayable(Playable::objectList(). back());240 this->localPlayer->setPlayable(Playable::objectList().front()); 240 241 } 241 242
Note: See TracChangeset
for help on using the changeset viewer.