VarAction2: Fix detection of callback handlers which don't inspect var C

This commit is contained in:
Jonathan G Rennison
2022-11-26 19:42:37 +00:00
parent 1364f52405
commit 0e5a09974a
3 changed files with 14 additions and 0 deletions

View File

@@ -442,6 +442,7 @@ struct DeterministicSpriteGroupRange {
enum DeterministicSpriteGroupFlags : uint8 {
DSGF_NONE = 0,
DSGF_NO_DSE = 1 << 0,
DSGF_CB_RESULT = 1 << 1,
DSGF_VAR_TRACKING_PENDING = 1 << 2,
DSGF_REQUIRES_VAR1C = 1 << 3,
DSGF_CHECK_EXPENSIVE_VARS = 1 << 4,