mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
name kinda sucked
This commit is contained in:
parent
4f3802a2cc
commit
8f322fd86f
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ static int lib_finetangent(lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int lib_finearccosine(lua_State *L)
|
||||
static int lib_fixedacos(lua_State *L)
|
||||
{
|
||||
lua_pushangle(L, FixedAcos(luaL_checkfixed(L, 1)));
|
||||
return 1;
|
||||
|
@ -198,7 +198,7 @@ static luaL_Reg lib[] = {
|
|||
{"sin", lib_finesine},
|
||||
{"cos", lib_finecosine},
|
||||
{"tan", lib_finetangent},
|
||||
{"acos", lib_finearccosine},
|
||||
{"acos", lib_fixedacos},
|
||||
{"FixedAngle", lib_fixedangle},
|
||||
{"fixangle" , lib_fixedangle},
|
||||
{"AngleFixed", lib_anglefixed},
|
||||
|
|
Loading…
Reference in a new issue