* Fix missing parenthses in function call (!). Still wondering why gcc compiled it...
* Remove useless goto, code flow does what's needed already. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1888 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1484,7 +1484,6 @@ void Main_handler(void)
|
||||
Close_popup();
|
||||
|
||||
Mouse_K = x; // Close_popup waits for end of click and resets Mouse_K...
|
||||
goto HANDLE_CLICK;
|
||||
}
|
||||
|
||||
Print_in_menu(Menu_tooltip[button_index],0);
|
||||
|
||||
Reference in New Issue
Block a user