diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp index 8eebce553..7bd6a3992 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -395,7 +395,7 @@ error: return res; } -int32 GetAvailableMoneyForCommand(void) +int32 GetAvailableMoneyForCommand() { PlayerID pid = _current_player; if (!IsValidPlayer(pid)) return 0x7FFFFFFF; // max int |