mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Mouse ghosting no longer happens.
This commit is contained in:
@@ -275,7 +275,7 @@ void GScreenClass::Input(KeyNumType & key, int & x, int & y)
|
||||
x = Keyboard->Mouse_X();
|
||||
y = Keyboard->Mouse_Y();
|
||||
|
||||
Show_Mouse();
|
||||
Show_Mouse(false);
|
||||
|
||||
if (Buttons != NULL) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user