Skip to content

Commit

Permalink
Updated biped_falling_damage
Browse files Browse the repository at this point in the history
  • Loading branch information
twist84 committed Sep 23, 2024
1 parent 08dbb17 commit 8dbbf67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game/source/motor/motor_system_biped.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8dbbf67

Please sign in to comment.