Fixed an FTB error in Neverputt unnoticed due to broken deps.
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 3 Oct 2007 21:59:00 +0000 (21:59 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 3 Oct 2007 21:59:00 +0000 (21:59 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@1185 78b8d119-cf0a-0410-b17c-f493084dd1d7

putt/game.c

index e3944f2..d414d81 100644 (file)
@@ -184,8 +184,7 @@ static void game_draw_balls(const struct s_file *fp)
                          fp->uv[ui].r);
 
                 glColor4fv(color[ui]);
-
-                ball_draw(0);
+                ball_draw();
             }
             glPopMatrix();
         }