X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_walk.c;h=560d61a69a32fec28bf85268523f01e8825e1323;hb=c8309ca41f8953d6aaa97cd8cbf625640346b80d;hp=cd5e52c7a3f9ddd9d1950820e039c8127cbfb4fa;hpb=cb33fd040ae809dd651d6f884be92f800bc58a60;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_walk.c b/player_walk.c index cd5e52c..560d61a 100644 --- a/player_walk.c +++ b/player_walk.c @@ -452,6 +452,7 @@ static void player_walk_update_generic(void){ player__networked_sfx( k_player_subsystem_walk, 32, k_player_walk_soundeffect_splash, localplayer.rb.co, 1.0f ); + vg_info( "player fell of due to walking into walker\n" ); player__dead_transition( k_player_die_type_generic ); return; }