diff -r e411c0799fcc -r fc9e4305fddf src/Engine.hh --- a/src/Engine.hh Fri Sep 11 15:34:48 2009 +0300 +++ b/src/Engine.hh Fri Sep 11 16:45:04 2009 +0300 @@ -89,7 +89,8 @@ /** * Setup singleplayer, must call setupGame first */ - void setupSinglePlayer (void); + void setupSinglePlayer (void); + /** * Run the game main loop. This will not return until the game aborts due to an error, or someone calls stop().