Adapt halo switch system to teleports (aka jumps). Fix #61
[neverball] / putt / game.c
index cec0618..27aaa25 100644 (file)
@@ -241,7 +241,7 @@ static void game_draw_jumps(const struct s_file *fp)
                          fp->jv[ji].p[2]);
 
             glScalef(fp->jv[ji].r, 1.f, fp->jv[ji].r);
-            jump_draw();
+            jump_draw(!jump_e);
         }
         glPopMatrix();
     }