Fix importing first cheat from database list

This commit is contained in:
LunaMoo 2017-02-14 21:47:43 +01:00
parent cbf24a9d78
commit 89ef06936f

View file

@ -206,7 +206,6 @@ UI::EventReturn CwCheatScreen::OnImportCheat(UI::EventParams &params) {
title.push_back(line);
getline(fs, line);
title.push_back(line);
getline(fs, line);
do {
if (finished == false){
getline(fs, line);