aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index f6eecbf093..483ecae23c 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -87,7 +87,7 @@ public:
byte *_vocabBuffer;
Common::Array<int> _activeVocabs;
SequenceList _sequences;
- KernelMessages _messages;
+ KernelMessages _kernelMessages;
Common::String _talkFont;
int _textSpacing;
Common::Array<Hotspot> _hotspots;
@@ -184,6 +184,11 @@ public:
void loop();
/**
+ * Draw all the elements onto the scene
+ */
+ void drawElements(bool transitionFlag, bool surfaceFlag);
+
+ /**
* Execute a click within the scene
*/
void leftClick();