Changeset 7790 for code/branches/presentation2/src/orxonox/gamestates
- Timestamp:
- Dec 21, 2010, 9:27:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/gamestates/GSServer.cc
r7401 r7790 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.