Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2009, 6:24:15 PM (15 years ago)
Author:
rgrieder
Message:

Moving game clock from Core to Game.
Other small fixes.

File:
1 edited

Legend:

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

    r2844 r2846  
    6262            ThrowException(InitialisationFailed, "Could not establish connection with server.");
    6363
    64         client_->update(Core::getGameClock());
     64        client_->update(Game::getInstance().getGameClock());
    6565    }
    6666
Note: See TracChangeset for help on using the changeset viewer.