aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 9d3cc33..15eae71 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -342,6 +342,7 @@ static void parse_cwcheat(void)
}
Cheats[NumCheats].Descr = strdup(name);
Cheats[NumCheats].Enabled = 0;
+ Cheats[NumCheats].WasEnabled = 0;
Cheats[NumCheats].First = NumCodes;
Cheats[NumCheats].n = 0;
NumCheats++;