mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Fixed a bug were the mouse wouldn't move on the right click context menu in the scenerio editor.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user