various fixes, the most significant being that saving state now works.

This commit is contained in:
theoddone33
2001-04-15 01:23:24 +00:00
parent 3d00b7f21a
commit 918f4b7048
5 changed files with 47 additions and 40 deletions

View File

@@ -3237,7 +3237,11 @@ OpenCombFile:
je .found2
jmp .found
.found2
%ifdef __LINUX__
mov dword[edx],'.cmb'
%else
mov dword[edx],'.CMB'
%endif
push edx
mov dword[NumComboLocl],0
mov edx,fnames+1
@@ -3262,7 +3266,11 @@ OpenCombFile:
call Close_File
.failb
pop edx
%ifdef __LINUX__
mov dword[edx],'.srm'
%else
mov dword[edx],'.SRM'
%endif
ret
NEWSYM SaveCombFile
@@ -3303,7 +3311,11 @@ NEWSYM SaveCombFile
call Close_File
.failb
pop edx
%ifdef __LINUX__
mov dword[edx],'.srm'
%else
mov dword[edx],'.SRM'
%endif
.notfound
ret