Changeset 6986 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 2, 2006, 5:58:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/multi_player_world_data.cc
r6985 r6986 250 250 { 251 251 playable = dynamic_cast<Playable*>(playableList->front()); 252 this->localPlayer->disconnectPlayable();253 252 this->localPlayer->setPlayable(playable); 254 253 this->toggle = !this->toggle; … … 257 256 { 258 257 playable = dynamic_cast<Playable*>(playableList->back()); 259 this->localPlayer->disconnectPlayable();260 258 this->localPlayer->setPlayable(playable); 261 259 this->toggle = !this->toggle;
Note: See TracChangeset
for help on using the changeset viewer.