Fixed some compiler warnings. Added error if game is running.

This commit is contained in:
lotodore
2007-09-03 18:05:39 +00:00
parent ecab6ed86b
commit 23d9bb71c3
8 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ void
AbstractServerGameStateRunning::HandleNewSession(ServerGameThread &server, SessionWrapper session)
{
// Do not accept new sessions in this state.
// TODO
server.SessionError(session, ERR_NET_GAME_ALREADY_RUNNING);
}
//-----------------------------------------------------------------------------