mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
Initial mouse code(mouse graphics driver from Chronoshift). Very buggy.
This commit is contained in:
+2
-2
@@ -672,7 +672,7 @@ bool Select_Game(bool fade)
|
||||
// }
|
||||
|
||||
Set_Logic_Page(SeenBuff);
|
||||
display = false;
|
||||
// display = false;
|
||||
Show_Mouse();
|
||||
}
|
||||
else {
|
||||
@@ -3387,7 +3387,7 @@ static void Init_Mouse(void)
|
||||
** to set one of our own.
|
||||
*/
|
||||
#ifdef WIN32
|
||||
// ShowCursor(false);
|
||||
ShowCursor(false);
|
||||
#endif
|
||||
if (MouseInstalled) {
|
||||
void const * temp_mouse_shapes = MFCD::Retrieve("MOUSE.SHP");
|
||||
|
||||
Reference in New Issue
Block a user