Added new packet type as end of game notification. Now displaying dialogs at end of game, to start a new game. Server errors are displayed.
This commit is contained in:
@@ -227,3 +227,9 @@ bool Session::isNetworkClientRunning() const
|
||||
return myNetClient != NULL;
|
||||
}
|
||||
|
||||
bool Session::isNetworkServerRunning() const
|
||||
{
|
||||
// This, and every place which calls this, is a HACK.
|
||||
// TODO
|
||||
return myNetServer != NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user