Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6134


Ignore:
Timestamp:
Nov 24, 2009, 1:06:50 AM (14 years ago)
Author:
scheusso
Message:

can't imagine why i never encountered any problems with that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/network/Client.cc

    r5965 r6134  
    6262  Client::Client():
    6363      isSynched_(false),
    64       gameStateFailure_(false)
     64      gameStateFailure_(false),
     65      timeSinceLastUpdate_(0)
    6566  {
    6667  }
     
    7374  Client::Client(const std::string& address, int port):
    7475      isSynched_(false),
    75       gameStateFailure_(false)
     76      gameStateFailure_(false),
     77      timeSinceLastUpdate_(0)
    7678  {
    7779      setPort( port );
Note: See TracChangeset for help on using the changeset viewer.