Fix f3 menu in linux

This commit is contained in:
theoddone33
2001-05-17 02:33:24 +00:00
parent 2eecf06e1a
commit 6146070881

View File

@@ -1276,7 +1276,11 @@ DetermineNewest:
mov eax,[statefileloc] mov eax,[statefileloc]
mov dword[newestfiledate],0 mov dword[newestfiledate],0
mov byte[newestfileloc],0 mov byte[newestfileloc],0
%ifdef __LINUX__
determinenewhelp 0,'t'
%else
determinenewhelp 0,'T' determinenewhelp 0,'T'
%endif
determinenewhelp 1,'1' determinenewhelp 1,'1'
determinenewhelp 2,'2' determinenewhelp 2,'2'
determinenewhelp 3,'3' determinenewhelp 3,'3'
@@ -1290,7 +1294,11 @@ DetermineNewest:
add bl,'0' add bl,'0'
cmp bl,'0' cmp bl,'0'
jne .nott jne .nott
%ifdef __LINUX__
mov bl,'t'
%else
mov bl,'T' mov bl,'T'
%endif
.nott .nott
mov [fnamest+eax],bl mov [fnamest+eax],bl
ret ret