Changeset 6426
- Timestamp:
- Dec 28, 2009, 10:08:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSClient.cc
r6105 r6426 59 59 60 60 if(!client_->establishConnection()) 61 { 62 delete this->client_; 61 63 ThrowException(InitialisationFailed, "Could not establish connection with server."); 64 } 62 65 63 66 client_->update(Game::getInstance().getGameClock());
Note: See TracChangeset
for help on using the changeset viewer.