From 189ca7370762dca088a13d08ccb035e364758abb 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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.h') diff --git a/command.h b/command.h index d967d3486..4dea47358 100644 --- a/command.h +++ b/command.h @@ -183,6 +183,6 @@ int32 DoCommand(int x, int y, uint32 p1, uint32 p2, uint32 flags, uint procc); int32 DoCommandByTile(TileIndex tile, uint32 p1, uint32 p2, uint32 flags, uint procc); bool IsValidCommand(uint cmd); -int32 GetAvailableMoneyForCommand(); +int32 GetAvailableMoneyForCommand(void); #endif /* COMMAND_H */ -- cgit v1.2.3-54-g00ecf