From 8dbbf6710317a848f83beb02f5bdcdc43184655e Mon Sep 17 00:00:00 2001 From: theTwister <6237734+twist84@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:22:53 +0100 Subject: [PATCH] Updated `biped_falling_damage` --- game/source/motor/motor_system_biped.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/source/motor/motor_system_biped.cpp b/game/source/motor/motor_system_biped.cpp index c9b126c49..b5bb8ee7c 100644 --- a/game/source/motor/motor_system_biped.cpp +++ b/game/source/motor/motor_system_biped.cpp @@ -84,9 +84,8 @@ void __cdecl biped_falling_damage(long biped_index) biped->unit.player_index == NONE && !simulation_query_object_is_predicted(biped_index)) { - char const* object_description = "";// object_describe(biped_index); generate_event(_event_level_warning, "WARNING: %s reached terminal velocity outside world (%f %f %f) and was erased", - object_description, + object_describe(biped_index), biped->object.position.x, biped->object.position.y, biped->object.position.z);