typo fix in cheats :) sorry

This commit is contained in:
mtabachenko 2009-12-23 14:58:21 +00:00
parent 5bcac684dd
commit 7e959377ae
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ BOOL CHEATS::save()
removeSpecialChars(buf); removeSpecialChars(buf);
fprintf(flist, "Name=%s\n", buf); fprintf(flist, "Name=%s\n", buf);
fprintf(flist, "Serial=%s\n", gameInfo.ROMserial); fprintf(flist, "Serial=%s\n", gameInfo.ROMserial);
fputs("\n; lists list\n", flist); fputs("\n; cheats list\n", flist);
for (int i = 0; i < num; i++) for (int i = 0; i < num; i++)
{ {
if (list[i].num == 0) continue; if (list[i].num == 0) continue;