summaryrefslogtreecommitdiff
path: root/src/misc_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_cmd.cpp')
-rw-r--r--src/misc_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp
index e60717cf8..c461d36dc 100644
--- a/src/misc_cmd.cpp
+++ b/src/misc_cmd.cpp
@@ -134,7 +134,7 @@ CommandCost CmdDecreaseLoan(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
static void AskUnsafeUnpauseCallback(Window *w, bool confirmed)
{
if (confirmed) {
- DoCommandP(0, PM_PAUSED_ERROR, 0, CMD_PAUSE);
+ DoCommandP(CMD_PAUSE, 0, PM_PAUSED_ERROR, 0);
}
}