From 935b56c995ee066172aefd56330bb7fb04a275c9 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Sun, 7 Jun 2020 19:11:11 -0700 Subject: [PATCH] Fixed a bug were the mouse wouldn't move on the right click context menu in the scenerio editor. --- REDALERT/MENUS.CPP | 1 + 1 file changed, 1 insertion(+) diff --git a/REDALERT/MENUS.CPP b/REDALERT/MENUS.CPP index 552e4fc..8d9508d 100644 --- a/REDALERT/MENUS.CPP +++ b/REDALERT/MENUS.CPP @@ -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);