(svn r18051) -Codechange: make the active clients pause use a separate bit in the pause mode

This commit is contained in:
rubidium
2009-11-12 17:46:04 +00:00
parent 7d2d49cb9b
commit 0c20992c5b
3 changed files with 11 additions and 9 deletions

View File

@@ -350,6 +350,7 @@ CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2,
#ifdef ENABLE_NETWORK
case PM_PAUSED_JOIN:
case PM_PAUSED_ACTIVE_CLIENTS:
if (!_networking) return CMD_ERROR;
break;
#endif