* Limit the Kernel to 20fps.
[matthijs/ABM2.git] / ABM2 / porting.h
index 6ee3006e2ceaf96d45cd1c2a57b49c5641311689..ef28a0d897350c8458749cd131dc92ac972916d0 100644 (file)
@@ -14,6 +14,7 @@
 #ifdef WITH_SDL
        #include <SDL/SDL.h>
        #define GetTickCount SDL_GetTicks
+       #define Sleep SDL_Delay
 #endif // WITH_SDL
 
 #endif // !defined(AFX_PORTING_H__90C3FE42_3400_4978_8BC5_7D905F3C8E63__INCLUDED_)