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 --- signs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signs.h') diff --git a/signs.h b/signs.h index 4fffbb7b2..fd8ba206c 100644 --- a/signs.h +++ b/signs.h @@ -24,7 +24,7 @@ static inline SignStruct *GetSign(uint index) VARDEF SignStruct *_new_sign_struct; -void UpdateAllSignVirtCoords(); +void UpdateAllSignVirtCoords(void); void PlaceProc_Sign(uint tile); /* misc.c */ -- cgit v1.2.3-54-g00ecf