diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 79502e4fa1..8eb9b13839 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -845,6 +845,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS VAR_NUM_CHARSETS = 0xFF; VAR_NUM_GLOBAL_OBJS = 0xFF; VAR_NUM_SPRITES = 0xFF; + VAR_POLYGONS_ONLY = 0xFF; VAR_WINDOWS_VERSION = 0xFF; // Use g_scumm from error() ONLY |