X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=testing.c;h=37ef42eea55364b3134eec935d200f4d21255f08;hb=1be7cfcdb57c61c322462ab6c6c3e9894235732f;hp=c057c9fa0514d67847d12899318628e0297a498d;hpb=8257c14cce7fd1df60238aa0f690593948b5befe;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/testing.c b/testing.c index c057c9f..37ef42e 100644 --- a/testing.c +++ b/testing.c @@ -24,6 +24,7 @@ static void testing_update(void){ if( vg_getkey( SDLK_8 ) ){ localplayer.have_glider = 1; + localplayer.have_glider = 0; } vg_line_boxf_transformed( baller.rb.to_world, baller.box, VG__RED );