From 4e37964336e136ecead04d30d50579bb862eb454 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Thu, 11 Feb 2016 13:20:13 -0500 Subject: [PATCH] TRUE is not a vaild boolean under non Windows system --- src/m_cheat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cheat.c b/src/m_cheat.c index 6eaf31c4a..68bc56b21 100644 --- a/src/m_cheat.c +++ b/src/m_cheat.c @@ -108,7 +108,7 @@ static UINT8 cheatf_devmode(void) G_SetGameModified(false); for (i = 0; i < MAXUNLOCKABLES; i++) unlockables[i].unlocked = true; - devparm = TRUE; + devparm = true; cv_debug |= 0x8000; // Refresh secrets menu existing.