Fixed jump when compiled without optimizations.
This commit is contained in:
@@ -2977,13 +2977,13 @@ DisplayGUIOptnsClick:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
DisplayGUIAboutClick:
|
DisplayGUIAboutClick:
|
||||||
cmp byte[EEgg],1
|
|
||||||
je .eegg
|
|
||||||
%ifndef __MSDOS__
|
%ifndef __MSDOS__
|
||||||
|
cmp byte[EEgg],1
|
||||||
|
je near .eegg
|
||||||
GUIPHoldbutton 90,22,175,32,65
|
GUIPHoldbutton 90,22,175,32,65
|
||||||
GUIPHoldbutton 90,33,175,43,66
|
GUIPHoldbutton 90,33,175,43,66
|
||||||
%endif
|
|
||||||
.eegg
|
.eegg
|
||||||
|
%endif
|
||||||
ret
|
ret
|
||||||
|
|
||||||
%macro ComboBoxProc 5
|
%macro ComboBoxProc 5
|
||||||
|
|||||||
Reference in New Issue
Block a user