(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 3f2dce581e
commit 934e6a295d
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