Changeset 5637 for code/branches/libraries/src/orxonox/gamestates
- Timestamp:
- Aug 12, 2009, 5:06:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/gamestates/GSClient.cc
r3370 r5637 40 40 DeclareGameState(GSClient, "client", false, true); 41 41 42 SetCommandLineArgument(ip, "127.0.0.1").information("Sever IP as strin in the form #.#.#.#");42 SetCommandLineArgument(ip, "127.0.0.1").information("Sever IP as string in the form #.#.#.#"); 43 43 44 44 GSClient::GSClient(const GameStateInfo& info)
Note: See TracChangeset
for help on using the changeset viewer.