If you cancel an update, the yellow update box stays away

This commit is contained in:
Jacob1 2011-10-25 05:04:58 +08:00 committed by Simon Robertshaw
parent 44545d4c96
commit 4af8385a0e

View File

@ -1904,7 +1904,10 @@ int main(int argc, char *argv[])
}
}
else
{
free(tmp);
old_version = 0;
}
}
if (y>=sdl_scale*(YRES+(MENUSIZE-20))) //mouse checks for buttons at the bottom, to draw mouseover texts
{