Initial support for DSE and jumping over procedures with child groups

This commit is contained in:
Jonathan G Rennison
2022-08-25 00:22:41 +01:00
parent 916441d943
commit 602ac717aa
3 changed files with 86 additions and 71 deletions

View File

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