diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index cf9684a3c3..bfbdf8f2a0 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1326,6 +1326,7 @@ public: byte VAR_NUM_CHARSETS; byte VAR_NUM_GLOBAL_OBJS; byte VAR_NUM_SPRITES; + byte VAR_POLYGONS_ONLY; byte VAR_WINDOWS_VERSION; }; |