Fixed cosmetic bug in cheat window when removing cheats (bug #15).
This commit is contained in:
@@ -486,7 +486,14 @@ CheatCodeRemove:
|
|||||||
je .okay
|
je .okay
|
||||||
cmp eax,[NumCheats]
|
cmp eax,[NumCheats]
|
||||||
jne .okay
|
jne .okay
|
||||||
dec dword[GUIcurrentcheatcursloc]
|
dec eax
|
||||||
|
mov [GUIcurrentcheatcursloc],eax
|
||||||
|
sub eax,11
|
||||||
|
mov [GUIcurrentcheatviewloc],eax
|
||||||
|
test dword[GUIcurrentcheatviewloc],80000000h
|
||||||
|
jz .noview
|
||||||
|
mov dword[GUIcurrentcheatviewloc],0
|
||||||
|
.noview
|
||||||
.okay
|
.okay
|
||||||
cmp byte[NumCheats],0
|
cmp byte[NumCheats],0
|
||||||
jne .cheatexists
|
jne .cheatexists
|
||||||
|
|||||||
Reference in New Issue
Block a user