aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/scene.h')
-rw-r--r--engines/saga/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/scene.h b/engines/saga/scene.h
index 723792f050..a97b5d203a 100644
--- a/engines/saga/scene.h
+++ b/engines/saga/scene.h
@@ -345,7 +345,7 @@ class Scene {
_vm->_framesEsc = 1;
}
- void drawTextList(Surface *ds);
+ void drawTextList();
int getHeight(bool speech = false) const {
if (_vm->getGameType() == GType_IHNM && _vm->_scene->currentChapterNumber() == 8 && !speech)