diff options
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r-- | engines/mads/scene.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h index 4968291146..bafe499d09 100644 --- a/engines/mads/scene.h +++ b/engines/mads/scene.h @@ -95,6 +95,8 @@ public: int _screenY; int _interfaceY; int _spritesCount; + int _v1A; + int _v1C; /** * Constructor @@ -154,6 +156,7 @@ public: */ void loadVocab(); + /** * Clear the data for the scene */ |