aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_whowill.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-10 07:17:36 -0500
committerPaul Gilbert2017-12-10 07:17:36 -0500
commitf0a87ed8ad0c0b6e923d9b34ee4fd02907328602 (patch)
treeba5dc362d0395e5d854393ed051d72cfa188e2a8 /engines/xeen/dialogs_whowill.cpp
parent65ecb6e56f91c3ea92a7001d80337efb4a93e004 (diff)
downloadscummvm-rg350-f0a87ed8ad0c0b6e923d9b34ee4fd02907328602.tar.gz
scummvm-rg350-f0a87ed8ad0c0b6e923d9b34ee4fd02907328602.tar.bz2
scummvm-rg350-f0a87ed8ad0c0b6e923d9b34ee4fd02907328602.zip
XEEN: Objectifying town locations code
Diffstat (limited to 'engines/xeen/dialogs_whowill.cpp')
-rw-r--r--engines/xeen/dialogs_whowill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_whowill.cpp b/engines/xeen/dialogs_whowill.cpp
index 27c2fa0ba0..36451dcea4 100644
--- a/engines/xeen/dialogs_whowill.cpp
+++ b/engines/xeen/dialogs_whowill.cpp
@@ -66,7 +66,7 @@ int WhoWill::execute(int message, int action, bool type) {
events.updateGameCounter();
if (windows[11]._enabled) {
- town.drawTownAnim(0);
+ town.drawAnim(false);
windows[36].frame();
numFrames = 3;
} else {