diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h index 4cb875beb..e67b96573 100644 --- a/variables.h +++ b/variables.h @@ -215,8 +215,8 @@ VARDEF Patches _patches; typedef struct Cheat { - bool been_used; // has this cheat been used before? - byte value; // active? + bool been_used; // has this cheat been used before? + bool value; // tells if the bool cheat is active or not } Cheat; |