various fixes, the most significant being that saving state now works.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user