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
+4 -4
View File
@@ -527,12 +527,12 @@ int Fetch_Difficulty(void)
** Main Processing Loop.
*/
Set_Logic_Page(SeenBuff);
bool redraw = true;
//bool redraw = true;
bool process = true;
while (process) {
if (redraw) {
redraw = false;
{
// redraw = false;
/*
** Draw the background of the dialog.
@@ -575,7 +575,7 @@ int Fetch_Difficulty(void)
*/
if (AllSurfaces.SurfacesRestored) {
AllSurfaces.SurfacesRestored=FALSE;
redraw = true;
//redraw = true;
continue;
}
#endif //WIN32