Changeset 3255 for code/branches/core4/src/orxonox/gamestates/GSServer.cc
- Timestamp:
- Jun 29, 2009, 11:59:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/gamestates/GSServer.cc
r3243 r3255 39 39 DeclareGameState(GSServer, "server", false, true); 40 40 41 SetCommandLineArgument(port, 55556).shortcut("p").information(" 0-65535");41 SetCommandLineArgument(port, 55556).shortcut("p").information("Network communication port to be used 0-65535 (default: 55556)"); 42 42 43 43 GSServer::GSServer(const GameStateConstrParams& params)
Note: See TracChangeset
for help on using the changeset viewer.