Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6426


Ignore:
Timestamp:
Dec 28, 2009, 10:08:12 AM (14 years ago)
Author:
rgrieder
Message:

Fixed bug that caused Host to fail an assert when the client failed to connect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSClient.cc

    r6105 r6426  
    5959
    6060        if(!client_->establishConnection())
     61        {
     62            delete this->client_;
    6163            ThrowException(InitialisationFailed, "Could not establish connection with server.");
     64        }
    6265
    6366        client_->update(Game::getInstance().getGameClock());
Note: See TracChangeset for help on using the changeset viewer.