Initial mouse code(mouse graphics driver from Chronoshift). Very buggy.

This commit is contained in:
Justin Marshall
2020-06-07 08:54:51 -07:00
parent ffe6688efa
commit cc256ffb89
11 changed files with 430 additions and 65 deletions
+2 -2
View File
@@ -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");