Codechange: Move command arguments to the back of the networked command function calls.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user