This commit is contained in:
Steven Cherry 2013-08-24 13:15:23 -05:00
parent aa52c5495d
commit fc6ccb1897

View file

@ -111,7 +111,7 @@ UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams &params)
}
else if (enableAll == 0 && temp[j].substr(0, 3) == "_C1") {
temp[j].replace(0, 3, "_C0");
for (int x = 0; x < 64; x++) {
for (int x = 0; x < sizeof(enableCheat); x++) {
enableCheat[x] = false;
}