X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_physics.h;h=7594f13a50efe078ec2dc439fe5e4b124d9b1bde;hb=5ecf9cca8b5b9bf876d7e7c7fde03d5b187bb42b;hp=553e5d7abb8df868a8556272eee1fc59211e6f0f;hpb=a98ce96041b248580c0447bf87d4c6106483cade;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_physics.h b/player_physics.h index 553e5d7..7594f13 100644 --- a/player_physics.h +++ b/player_physics.h @@ -363,7 +363,7 @@ static void player_walk_physics(void) vg_line( phys->rb.co, p1, 0xff0000ff ); float move_dead = 0.1f, - move = vg_get_axis("grabr")*0.5f + 0.5f - move_dead; + move = vg_get_axis("grabl")*0.5f + 0.5f - move_dead; if( move > 0.0f ) {