Fixed a bug were the mouse wouldn't move on the right click context menu in the scenerio editor.

This commit is contained in:
Justin Marshall
2020-06-07 19:11:11 -07:00
parent 02862df035
commit 935b56c995
+1
View File
@@ -442,6 +442,7 @@ int Do_Menu(char const ** strings, bool )
KeyNumType _key = KN_NONE;
int _flags;
WWSDL_ProcessEvents(_key, _flags);
Show_Mouse(true);
// jmarshall end
Call_Back();
selection = Check_Menu(0, strings, NULL, 0xFFL, 0, _key);