X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=testing.c;h=2e581637e017e040f12b6fda8ec9c3c7e58b7f55;hb=a5d462e0b43a8f0c4a36a17a11636a56f324e45f;hp=0f5b9bc320b11dfce16bed7aebbf66ad45baa848;hpb=8e54abfae338fc4c5ad2c95310e137f77f8a0e66;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/testing.c b/testing.c index 0f5b9bc..2e58163 100644 --- a/testing.c +++ b/testing.c @@ -25,6 +25,7 @@ static void testing_update(void){ if( vg_getkey( SDLK_8 ) ){ localplayer.have_glider = 1; localplayer.glider_orphan = 0; + player_glide.t = -1.0f; } vg_line_boxf_transformed( baller.rb.to_world, baller.box, VG__RED );