Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2008, 11:44:01 PM (16 years ago)
Author:
scheusso
Message:

fixed a 'bug' in WE-Model-Spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/GameStateManager.cc

    r1253 r1261  
    449449    return true; // TODO: change this
    450450  }
     451 
     452  void GameStateManager::removeClient(ClientInformation* client){
     453    gameStateUsed[client->getGamestateID()]--;
     454    head_->removeClient(client->getID());
     455  }
    451456
    452457}
Note: See TracChangeset for help on using the changeset viewer.