Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 12, 2008, 1:46:31 PM (16 years ago)
Author:
scheusso
Message:

improved (clientbased) diffing for Gamestates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/gamestates/GSServer.cc

    r1902 r1903  
    7878
    7979        // TODO: Remove and destroy console command
    80         Settings::_getInstance().bHasServer_ = false;
    8180
    8281        this->unloadLevel();
     
    8483        this->server_->close();
    8584        delete this->server_;
     85        Settings::_getInstance().bHasServer_ = false;
    8686
    8787        GSLevel::leave();
Note: See TracChangeset for help on using the changeset viewer.