Fixed jump when compiled without optimizations.

This commit is contained in:
n-a-c-h
2006-02-22 22:47:45 +00:00
parent 9bc4e2db2b
commit c8dda081af

View File

@@ -2977,13 +2977,13 @@ DisplayGUIOptnsClick:
ret
DisplayGUIAboutClick:
cmp byte[EEgg],1
je .eegg
%ifndef __MSDOS__
cmp byte[EEgg],1
je near .eegg
GUIPHoldbutton 90,22,175,32,65
GUIPHoldbutton 90,33,175,43,66
%endif
.eegg
%endif
ret
%macro ComboBoxProc 5