Codechange: enum-class-ify Commands

This commit is contained in:
Rubidium
2026-01-15 22:30:11 +01:00
committed by rubidium42
parent 014bf7e750
commit 4adf494ebc
139 changed files with 890 additions and 890 deletions
+1 -1
View File
@@ -344,7 +344,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(10000000);
if (!_networking) Command<Commands::MoneyCheat>::Post(10000000);
break;
case GHK_UPDATE_COORDS: // Update the coordinates of all station signs