Changeset 7801 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Dec 22, 2010, 7:24:24 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/gamestates/CMakeLists.txt
r6105 r7801 6 6 GSRoot.cc 7 7 GSServer.cc 8 GSMasterServer.cc 8 9 GSStandalone.cc 9 10 ) -
code/trunk/src/orxonox/gamestates/GSServer.cc
r7401 r7801 34 34 #include "core/GameMode.h" 35 35 #include "network/Server.h" 36 #include "network/Connection.h" 36 37 37 38 namespace orxonox … … 39 40 DeclareGameState(GSServer, "server", false, false); 40 41 41 SetCommandLineArgument(port, 55556).shortcut("p").information("Network communication port to be used 0-65535 (default: 55556)");42 SetCommandLineArgument(port, NETWORK_PORT).shortcut("p").information("Network communication port to be used 0-65535 (default: 55556)"); 42 43 43 44 GSServer::GSServer(const GameStateInfo& info)
Note: See TracChangeset
for help on using the changeset viewer.