Changed SDL_Delay to SleepThread

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@389 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-12-10 16:24:52 +00:00
parent 83889f9a99
commit 735e636f97
@@ -539,7 +539,7 @@ TFB_FlushGraphics () // Only call from main thread!!
}
else
{
SDL_Delay(1);
SleepThread (1);
}
last_fade = current_fade;