rnd-20060319-1-src
[rocksndiamonds.git] / src / events.c
index 49d3b1a0eca85bf8f8ba41602d0d06cfdcb99f65..b54623d4e030fbdff367497aad6f1788bbeb3df4 100644 (file)
@@ -171,7 +171,9 @@ void EventLoop(void)
        has its own synchronization and is CPU friendly, too */
 
     if (game_status == GAME_MODE_PLAYING)
+    {
       HandleGameActions();
+    }
     else
     {
       SyncDisplay();