Code cleanup, fixed jumps.
This commit is contained in:
@@ -1609,9 +1609,9 @@ SECTION .text
|
||||
|
||||
GUIPathKeys:
|
||||
cmp dh,0
|
||||
je .nokeypressed
|
||||
je near .nokeypressed
|
||||
cmp dword[GUIInputBox],0
|
||||
je .nokeypressed
|
||||
je near .nokeypressed
|
||||
|
||||
cmp dword[GUIInputBox],1
|
||||
jne .notBox1
|
||||
|
||||
@@ -2194,7 +2194,7 @@ DisplayGUIInputClick:
|
||||
mov eax,dword[keycontrolval]
|
||||
cmp dword[eax],0
|
||||
pop eax
|
||||
je .lockInputChange
|
||||
je near .lockInputChange
|
||||
|
||||
DGOptnsProcBox 45,150,[edi]
|
||||
DGOptnsProcBox 45,140,[edi+4]
|
||||
|
||||
@@ -5621,7 +5621,7 @@ SECTION .text
|
||||
call BlinkCursorCheck
|
||||
cmp ebx,%4
|
||||
pop ebx
|
||||
jne %%fixreg
|
||||
jne near %%fixreg
|
||||
cmp byte[GUIBlinkCursor],' '
|
||||
je %%three
|
||||
mov byte[GUIBlinkCursor],' '
|
||||
|
||||
Reference in New Issue
Block a user