(svn r23618) -Add: ScriptGame::Pause, ScriptGame::Unpause, and ScriptGame::GetLandscape (GameScript only)

This commit is contained in:
truebrain
2011-12-19 20:58:59 +00:00
parent 5ff98b45c1
commit 55de5d336c
14 changed files with 211 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2,
case PM_PAUSED_SAVELOAD:
case PM_PAUSED_ERROR:
case PM_PAUSED_NORMAL:
case PM_PAUSED_GAME_SCRIPT:
break;
#ifdef ENABLE_NETWORK