This commit is contained in:
Daveo 2001-08-03 21:07:41 +00:00
parent d95c3a1178
commit f72c195aa9
3 changed files with 7 additions and 5 deletions

View file

@ -114,11 +114,12 @@ void StartLoad(int _loadX,int _loadY)
/*****************************************************************************/
void StopLoad()
{
#if !defined(__VERSION_DEBUG__)
while(LoadTime)
{
VSync(0);
}
#endif
Screen[0].Draw.isbg=Screen[1].Draw.isbg=1;
DrawLoadIcon=0;