Newest savestate fix
This commit is contained in:
@@ -1309,7 +1309,7 @@ DetermineNew:
|
|||||||
mov bx,ax
|
mov bx,ax
|
||||||
mov edx,fnamest+1
|
mov edx,fnamest+1
|
||||||
call Get_File_Date
|
call Get_File_Date
|
||||||
%ifndef __LINUX__
|
%ifdef __MSDOS__
|
||||||
shl edx,16
|
shl edx,16
|
||||||
mov dx,cx
|
mov dx,cx
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -1210,7 +1210,7 @@ DetermineNew:
|
|||||||
mov bx,ax
|
mov bx,ax
|
||||||
mov edx,fnamest+1
|
mov edx,fnamest+1
|
||||||
call Get_File_Date
|
call Get_File_Date
|
||||||
%ifndef __LINUX__
|
%ifdef __MSDOS__
|
||||||
shl edx,16
|
shl edx,16
|
||||||
mov dx,cx
|
mov dx,cx
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user