Fixing some timer problems. Starting an internet game now works again. There are still some issues: Games are never terminated, and error handling is not implemented (errors will terminate the server).

This commit is contained in:
lotodore
2009-05-31 13:47:10 +00:00
parent 59358bff0e
commit fab224c8ad
3 changed files with 8 additions and 5 deletions
-1
View File
@@ -31,7 +31,6 @@
#endif
#define SERVER_INITIAL_STATE ServerGameStateInit
#define SERVER_START_GAME_STATE ServerGameStateStartGame
class Game;
class PlayerInterface;