mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Merge branch 'changeangle-hotfix' into 'next'
Changeangle hotfix Fixes an issue with A_ChangeAngleAbsolute reported on the MB https://mb.srb2.org/showthread.php?t=41236 See merge request !59
This commit is contained in:
commit
3232549971
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