From 89ef06936f60a7f16096cf5c4596d91d37afbc3c Mon Sep 17 00:00:00 2001 From: LunaMoo Date: Tue, 14 Feb 2017 21:47:43 +0100 Subject: [PATCH] Fix importing first cheat from database list --- UI/CwCheatScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/CwCheatScreen.cpp b/UI/CwCheatScreen.cpp index 26aa0756f..280efeb9e 100644 --- a/UI/CwCheatScreen.cpp +++ b/UI/CwCheatScreen.cpp @@ -206,7 +206,6 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams ¶ms) { title.push_back(line); getline(fs, line); title.push_back(line); - getline(fs, line); do { if (finished == false){ getline(fs, line);