[Orxonox-commit 674] r3206 - branches/netp5/src/network
scheusso at orxonox.net
scheusso at orxonox.net
Mon Jun 22 21:45:09 CEST 2009
Author: scheusso
Date: 2009-06-22 21:45:09 +0200 (Mon, 22 Jun 2009)
New Revision: 3206
Modified:
branches/netp5/src/network/Client.cc
Log:
forgot something ^^
Modified: branches/netp5/src/network/Client.cc
===================================================================
--- branches/netp5/src/network/Client.cc 2009-06-22 11:12:13 UTC (rev 3205)
+++ branches/netp5/src/network/Client.cc 2009-06-22 19:45:09 UTC (rev 3206)
@@ -72,6 +72,8 @@
isSynched_(false),
gameStateFailure_(false)
{
+ setPort( port );
+ setServerAddress( address );
}
Client::~Client(){
More information about the Orxonox-commit
mailing list