mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-19 09:34:18 +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;
|
KeyNumType _key = KN_NONE;
|
||||||
int _flags;
|
int _flags;
|
||||||
WWSDL_ProcessEvents(_key, _flags);
|
WWSDL_ProcessEvents(_key, _flags);
|
||||||
|
Show_Mouse(true);
|
||||||
// jmarshall end
|
// jmarshall end
|
||||||
Call_Back();
|
Call_Back();
|
||||||
selection = Check_Menu(0, strings, NULL, 0xFFL, 0, _key);
|
selection = Check_Menu(0, strings, NULL, 0xFFL, 0, _key);
|
||||||
|
|||||||
Reference in New Issue
Block a user