add logs for fall off reason
[carveJwlIkooP6JGAAIwe30JlM.git] / player_walk.c
index cd5e52c7a3f9ddd9d1950820e039c8127cbfb4fa..560d61a69a32fec28bf85268523f01e8825e1323 100644 (file)
@@ -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;
       }