mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Fix typo in A_ChangeAngleAbsolute
This commit is contained in:
parent
e769b7882c
commit
eab51414f3
1 changed files with 1 additions and 1 deletions
|
@ -7223,7 +7223,7 @@ void A_ChangeAngleAbsolute(mobj_t *actor)
|
|||
//const angle_t amin = FixedAngle(locvar1*FRACUNIT);
|
||||
//const angle_t amax = FixedAngle(locvar2*FRACUNIT);
|
||||
#ifdef HAVE_BLUA
|
||||
if (LUA_CallAction("A_ChangeAngelAbsolute", actor))
|
||||
if (LUA_CallAction("A_ChangeAngleAbsolute", actor))
|
||||
return;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue