This might be dumb, but whatever

This commit is contained in:
SMS Alfredo 2021-02-14 20:49:03 -06:00
parent 41fe113af4
commit 4430835a71
1 changed files with 0 additions and 1 deletions

View File

@ -432,7 +432,6 @@ static int lib_pAproxDistance(lua_State *L)
fixed_t dx = luaL_checkfixed(L, 1);
fixed_t dy = luaL_checkfixed(L, 2);
//HUDSAFE
LUA_Deprecated(L, "P_AproxDistance", "FixedHypot");
lua_pushfixed(L, R_PointToDist2(0, 0, dx, dy));
return 1;
}