Changeset 5895 in orxonox.OLD for branches/spaceshipcontrol/src/story_entities
- Timestamp:
- Dec 3, 2005, 5:18:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/story_entities/world.cc
r5894 r5895 363 363 { 364 364 playable = dynamic_cast<Playable*>(playableList->front()); 365 if (playable != NULL) 366 this->localPlayer->setControllable(playable); 365 this->localPlayer->setControllable(playable); 367 366 } 368 367
Note: See TracChangeset
for help on using the changeset viewer.