mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-18 09:04:12 +02:00
Initial mouse code(mouse graphics driver from Chronoshift). Very buggy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user