[ 1962778 ] loading an FDS game without having disksys.rom crashes FCEU

This commit is contained in:
zeromus 2008-05-19 05:59:20 +00:00
parent b662f92cfe
commit b7b815d711
1 changed files with 1 additions and 1 deletions

View File

@ -355,10 +355,10 @@ FCEUGI *FCEUI_LoadGame(const char *name, int OverwriteVidMode)
goto endlseq;
FCEU_PrintError("An error occurred while loading the file.");
FCEUD_PrintError("An error occurred while loading the file.");
FCEU_fclose(fp);
delete GameInfo;
GameInfo = 0;
return 0;