rename the flag for freeing nextCutsceneIndex

This commit is contained in:
feacur
2024-11-05 17:00:42 +01:00
parent 2bd2ca20dd
commit 6eaaa8706c
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ correlation with `enum EntranceIndex`
*/
typedef enum CutsceneIndex {
CS_INDEX_NONE = 0x0000,
CS_INDEX_NEXT_USED = 0xFFEF, // assigned cutscene index, can schedule next again
CS_INDEX_NEXT_EMPTY = 0xFFEF, // is allowed to schedule a cutscene
CS_INDEX_0 = 0xFFF0,
CS_INDEX_1 = 0xFFF1,
CS_INDEX_2 = 0xFFF2,