aboutsummaryrefslogtreecommitdiff
path: root/source/cheats.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cheats.h')
-rw-r--r--source/cheats.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cheats.h b/source/cheats.h
index 2f3252e..2b2687b 100644
--- a/source/cheats.h
+++ b/source/cheats.h
@@ -101,8 +101,7 @@ struct SCheat
uint32 address;
uint8 byte;
uint8 saved_byte;
- // bool8 enabled;
- u32 enabled; // THIS IS A TOTAL HACK FOR THE NDSSFC GUI, YOU HAVE BEEN WARNED [Neb]
+ bool8 enabled;
bool8 saved;
char name[MAX_SFCCHEAT_NAME];
};