Codechange: Move command arguments to the back of the networked command function calls.

This commit is contained in:
Michael Lutz
2021-10-03 17:15:48 +02:00
parent b6933a2ebd
commit 549caca39c
48 changed files with 265 additions and 236 deletions

View File

@@ -86,7 +86,7 @@ void CheckTrainsLengths()
if (!_networking && first) {
first = false;
DoCommandP(0, PM_PAUSED_ERROR, 1, CMD_PAUSE);
DoCommandP(CMD_PAUSE, 0, PM_PAUSED_ERROR, 1);
}
/* Break so we warn only once for each train. */
break;