aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-21 07:26:24 -0400
committerPaul Gilbert2016-09-21 07:26:24 -0400
commit2e4fc11320b90db0485a937ec14b3464f3195e0a (patch)
tree9590126c8a443ff25864cc4403632c36139c7b69 /engines/xeen/town.cpp
parent41fea11ce68d21f900f39e65c35f766f2d7a5509 (diff)
downloadscummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.tar.gz
scummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.tar.bz2
scummvm-rg350-2e4fc11320b90db0485a937ec14b3464f3195e0a.zip
XEEN: Refactored doScroll to have it available to cutscenes
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index 1947129c57..1fe0487ad2 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -30,7 +30,7 @@
namespace Xeen {
-Town::Town(XeenEngine *vm) : _vm(vm) {
+Town::Town(XeenEngine *vm) : ButtonContainer(vm) {
Common::fill(&_arr1[0], &_arr1[6], 0);
_townMaxId = 0;
_townActionId = 0;