X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_walk.c;h=ec863b62abe3e17fa7c0121a12e9cb13f47cc022;hb=08b11851edbca3f8951b6023554169cc67aa4f22;hp=34ad072a8a5b5d9d27f1cf38dc174f1386cddd28;hpb=981f43376c7929866e9294fc35b8bc4cf806eb38;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_walk.c b/player_walk.c index 34ad072..ec863b6 100644 --- a/player_walk.c +++ b/player_walk.c @@ -435,7 +435,7 @@ static void player__walk_update(void){ player__networked_sfx( k_player_subsystem_walk, 32, k_player_walk_soundeffect_splash, localplayer.rb.co, 1.0f ); - player__dead_transition(); + player__dead_transition( k_player_die_type_generic ); return; } }