diff -r a89e02118931 -r a53f5ad69500 src/proto2/Engine.hh --- a/src/proto2/Engine.hh Tue Nov 18 19:42:01 2008 +0000 +++ b/src/proto2/Engine.hh Tue Nov 18 19:59:43 2008 +0000 @@ -37,8 +37,7 @@ // setting up both of these will lead to odd behaviour :) void setupNetworkServer (const std::string &listen_port); void setupNetworkClient (const std::string &connect_host, const std::string &connect_port); - - void setupSinglePlayer(void); + void setupSinglePlayer (void); // run the main loop void run (void);