summaryrefslogtreecommitdiff
path: root/players.c
diff options
context:
space:
mode:
Diffstat (limited to 'players.c')
-rw-r--r--players.c2
1 files changed, 1 insertions, 1 deletions
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)];