added fix to prevent Windows from complaining about program not responding
[rocksndiamonds.git] / src / init.c
index 2a5807a4867de736dceaf9aece45f64b0be15eca..884ee541da6d5ca818c5359dd1d0d300404731ed 100644 (file)
@@ -97,6 +97,9 @@ void DrawInitAnim()
   int sync_frame = FrameCounter;
   int x, y;
 
+  /* prevent OS (Windows) from complaining about program not responding */
+  CheckQuitEvent();
+
   if (game_status != GAME_MODE_LOADING)
     return;