Fix A_SpinSpin not being usable in Lua or SOC due to an error

This commit is contained in:
Steel Titanium 2020-05-15 23:05:29 -04:00
parent ed9b76e4b9
commit 69c86c63b3
1 changed files with 1 additions and 1 deletions

View File

@ -2813,7 +2813,7 @@ static actionpointer_t actionpointers[] =
{{A_ThrownRing}, "A_THROWNRING"},
{{A_SetSolidSteam}, "A_SETSOLIDSTEAM"},
{{A_UnsetSolidSteam}, "A_UNSETSOLIDSTEAM"},
{{A_SignSpin}, "S_SIGNSPIN"},
{{A_SignSpin}, "A_SIGNSPIN"},
{{A_SignPlayer}, "A_SIGNPLAYER"},
{{A_OverlayThink}, "A_OVERLAYTHINK"},
{{A_JetChase}, "A_JETCHASE"},