From 94d5aeabb217cb08acf1225342c28bb0ac44f676 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 20:23:18 +0000 Subject: (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 010c461f6..8e25cd79b 100644 --- a/command.c +++ b/command.c @@ -385,7 +385,7 @@ error: return res; } -int32 GetAvailableMoneyForCommand() +int32 GetAvailableMoneyForCommand(void) { uint pid = _current_player; if (pid >= MAX_PLAYERS) return 0x7FFFFFFF; // max int -- cgit v1.2.3-54-g00ecf