Changeset 6134 for code/branches/presentation2/src/libraries
- Timestamp:
- Nov 24, 2009, 1:06:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/network/Client.cc
r5965 r6134 62 62 Client::Client(): 63 63 isSynched_(false), 64 gameStateFailure_(false) 64 gameStateFailure_(false), 65 timeSinceLastUpdate_(0) 65 66 { 66 67 } … … 73 74 Client::Client(const std::string& address, int port): 74 75 isSynched_(false), 75 gameStateFailure_(false) 76 gameStateFailure_(false), 77 timeSinceLastUpdate_(0) 76 78 { 77 79 setPort( port );
Note: See TracChangeset
for help on using the changeset viewer.