mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-15 08:22:34 +01:00
Codechange: Un-bitstuff all remaining commands.
This commit is contained in:
@@ -327,7 +327,7 @@ struct MainWindow : Window
|
||||
|
||||
case GHK_MONEY: // Gimme money
|
||||
/* You can only cheat for money in singleplayer mode. */
|
||||
if (!_networking) Command<CMD_MONEY_CHEAT>::Post(0, 10000000, 0, {});
|
||||
if (!_networking) Command<CMD_MONEY_CHEAT>::Post(10000000);
|
||||
break;
|
||||
|
||||
case GHK_UPDATE_COORDS: // Update the coordinates of all station signs
|
||||
|
||||
Reference in New Issue
Block a user