If you cancel an update, the yellow update box stays away
This commit is contained in:
parent
44545d4c96
commit
4af8385a0e
@ -1904,7 +1904,10 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
free(tmp);
|
free(tmp);
|
||||||
|
old_version = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (y>=sdl_scale*(YRES+(MENUSIZE-20))) //mouse checks for buttons at the bottom, to draw mouseover texts
|
if (y>=sdl_scale*(YRES+(MENUSIZE-20))) //mouse checks for buttons at the bottom, to draw mouseover texts
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user