Skip to content

Commit

Permalink
set dropheight() to static
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Feb 17, 2025
1 parent 290a8a4 commit a7b1653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/world/physics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ static bool droptofloor(vec &o, float radius, float height)
return false;
}

float dropheight(const entity &e)
static float dropheight(const entity &e)
{
switch(e.type)
{
Expand Down

0 comments on commit a7b1653

Please sign in to comment.