This commit is contained in:
chinhodado 2014-11-13 15:38:25 -05:00
parent af3853f1f1
commit 2130d86cef

View file

@ -112,7 +112,6 @@ void CwCheatScreen::onFinish(DialogResult result) {
UI::EventReturn CwCheatScreen::OnEnableAll(UI::EventParams &params) {
std::fstream fs;
std::vector<std::string> temp = cheatList;
enableAll = !enableAll;
File::OpenCPPFile(fs, activeCheatFile, std::ios::out);
for (int j = 0; j < (int)cheatList.size(); j++) {