From 559317f9d0ed7d32cff54939a3296922e3fae066 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sat, 15 Jan 2005 10:04:04 +0000 Subject: (svn r1522) -Fix: warning players.c; forgot return type. Damn, makefile is too strict ;) (Thx Tron) --- players.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'players.c') diff --git a/players.c b/players.c index 26ee40952..127d81a2f 100644 --- a/players.c +++ b/players.c @@ -746,7 +746,7 @@ StringID EndGameGetPerformanceTitleFromValue(uint value) } /* Return true if any cheat has been used, false otherwise */ -static CheatHasBeenUsed(void) +static bool CheatHasBeenUsed(void) { const Cheat* cht = (Cheat*) &_cheats; const Cheat* cht_last = &cht[sizeof(_cheats) / sizeof(Cheat)]; -- cgit v1.2.3-70-g09d2