From 2e4fc11320b90db0485a937ec14b3464f3195e0a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 21 Sep 2016 07:26:24 -0400 Subject: XEEN: Refactored doScroll to have it available to cutscenes --- engines/xeen/dialogs_party.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/xeen/dialogs_party.cpp') diff --git a/engines/xeen/dialogs_party.cpp b/engines/xeen/dialogs_party.cpp index ced778f714..a297ed56fe 100644 --- a/engines/xeen/dialogs_party.cpp +++ b/engines/xeen/dialogs_party.cpp @@ -32,7 +32,7 @@ namespace Xeen { -PartyDialog::PartyDialog(XeenEngine *vm) : ButtonContainer(), +PartyDialog::PartyDialog(XeenEngine *vm) : ButtonContainer(vm), PartyDrawer(vm), _vm(vm) { initDrawStructs(); } @@ -93,7 +93,7 @@ void PartyDialog::execute() { screen._windows[0].update(); } - doScroll(_vm, false, false); + doScroll(false, false); events.setCursor(0); if (_vm->getGameID() == GType_DarkSide) { -- cgit v1.2.3