Prevent bad files from returning to previous game with wrong emulation state

This commit is contained in:
z_demo_z
2002-09-03 03:43:59 +00:00
parent c616940d4e
commit d1fec29ce4

View File

@@ -16,8 +16,6 @@
;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
; GUI File (Game) Loader
%macro GUIGetEntry 1
@@ -272,6 +270,7 @@ GUIloadfilename:
mov byte[NextLineCache],0
mov byte[curexecstate],1
mov byte [romloadskip],1
; load file
call loadfileGUI
cmp byte[ZipSupport],2