Whitespace
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 6 Oct 2010 15:08:57 +0000 (15:08 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 6 Oct 2010 15:08:57 +0000 (15:08 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3293 78b8d119-cf0a-0410-b17c-f493084dd1d7

ball/progress.c

index 0f6822a..be635af 100644 (file)
@@ -135,7 +135,9 @@ void progress_step(void)
 
         if (goal <= 0)
         {
-            if (!replay) game_set_goal();
+            if (!replay)
+                game_set_goal();
+
             goal = 0;
         }
     }