Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2006, 5:58:33 PM (18 years ago)
Author:
bensch
Message:

trunk: brainfuck: interface to Playable much bea now

File:
1 edited

Legend:

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

    r6985 r6986  
    250250  {
    251251    playable = dynamic_cast<Playable*>(playableList->front());
    252     this->localPlayer->disconnectPlayable();
    253252    this->localPlayer->setPlayable(playable);
    254253    this->toggle = !this->toggle;
     
    257256  {
    258257    playable = dynamic_cast<Playable*>(playableList->back());
    259     this->localPlayer->disconnectPlayable();
    260258    this->localPlayer->setPlayable(playable);
    261259    this->toggle = !this->toggle;
Note: See TracChangeset for help on using the changeset viewer.