Fix a little freeze problem

This commit is contained in:
theoddone33
2001-05-20 05:57:48 +00:00
parent 9650e05b92
commit 891d306f08

View File

@@ -1216,18 +1216,19 @@ GUICheatKeys:
mov dword[GUIcurrentcheatcursloc],0
.posc
.nopageup
%ifdef __LINUX__
cmp al, 97
je .pagednpressed
cmp dword[numlockptr],1
je .nopageup
cmp al,81
jne .nopageup
.pagednpressed
%else
;%ifdef __LINUX__
; uh this freezes the program
;cmp al, 97
;je .pagednpressed
;cmp dword[numlockptr],1
;je .nopageup
;cmp al,81
;jne .nopageup
;.pagednpressed
;%else
cmp al,81
jne .nopagedown
%endif
;%endif
add dword[GUIcurrentcheatviewloc],12
add dword[GUIcurrentcheatcursloc],12
mov ebx,[NumCheats]