mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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 amin = FixedAngle(locvar1*FRACUNIT);
|
||||||
//const angle_t amax = FixedAngle(locvar2*FRACUNIT);
|
//const angle_t amax = FixedAngle(locvar2*FRACUNIT);
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
if (LUA_CallAction("A_ChangeAngelAbsolute", actor))
|
if (LUA_CallAction("A_ChangeAngleAbsolute", actor))
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue