mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-03 11:50:57 +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