Fix a little freeze problem
This commit is contained in:
@@ -1216,18 +1216,19 @@ GUICheatKeys:
|
|||||||
mov dword[GUIcurrentcheatcursloc],0
|
mov dword[GUIcurrentcheatcursloc],0
|
||||||
.posc
|
.posc
|
||||||
.nopageup
|
.nopageup
|
||||||
%ifdef __LINUX__
|
;%ifdef __LINUX__
|
||||||
cmp al, 97
|
; uh this freezes the program
|
||||||
je .pagednpressed
|
;cmp al, 97
|
||||||
cmp dword[numlockptr],1
|
;je .pagednpressed
|
||||||
je .nopageup
|
;cmp dword[numlockptr],1
|
||||||
cmp al,81
|
;je .nopageup
|
||||||
jne .nopageup
|
;cmp al,81
|
||||||
.pagednpressed
|
;jne .nopageup
|
||||||
%else
|
;.pagednpressed
|
||||||
|
;%else
|
||||||
cmp al,81
|
cmp al,81
|
||||||
jne .nopagedown
|
jne .nopagedown
|
||||||
%endif
|
;%endif
|
||||||
add dword[GUIcurrentcheatviewloc],12
|
add dword[GUIcurrentcheatviewloc],12
|
||||||
add dword[GUIcurrentcheatcursloc],12
|
add dword[GUIcurrentcheatcursloc],12
|
||||||
mov ebx,[NumCheats]
|
mov ebx,[NumCheats]
|
||||||
|
|||||||
Reference in New Issue
Block a user