mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed misordered ACS functions.
This commit is contained in:
parent
314a642527
commit
dc6c91042b
1 changed files with 1 additions and 1 deletions
|
@ -4369,8 +4369,8 @@ enum EACSFunctions
|
|||
ACSF_GetActorFloorTerrain,
|
||||
ACSF_StrArg,
|
||||
ACSF_Floor,
|
||||
ACSF_Ceil,
|
||||
ACSF_Round,
|
||||
ACSF_Ceil,
|
||||
|
||||
|
||||
// OpenGL stuff
|
||||
|
|
Loading…
Reference in a new issue