diff options
Diffstat (limited to 'scumm/vars.cpp')
| -rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index de08073bf4..473cefdfae 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -281,6 +281,9 @@ void ScummEngine_v72he::setupScummVars() { VAR_NUM_SPRITES = 106; VAR_WIZ_TCOLOR = 117; } + if (_heversion >= 98) { + VAR_SKIP_RESET_TALK_ACTOR = 125; + } if (_heversion >= 99) { VAR_NUM_PALETTES = 130; VAR_NUM_UNK = 131; |
