Remove Cheats/ExtraCheats distinction

It is not necessary as there is no longer a need to preserve
the size/order of struct Cheats
This commit is contained in:
Jonathan G Rennison
2023-11-26 11:32:26 +00:00
parent 7d65fbd6e8
commit a3371fccc6
8 changed files with 20 additions and 38 deletions

View File

@@ -13,7 +13,6 @@
#include "cheat_type.h"
extern Cheats _cheats;
extern ExtraCheats _extra_cheats;
void ShowCheatWindow();