aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/drascula/converse.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index deefcaddbe..122e473f15 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -288,9 +288,10 @@ void DrasculaEngine::response(int function) {
if (currentChapter == 2) {
if (function == 16)
animation_16_2();
- else if (function == 20)
+ else if (function == 20) {
+ loadPic(menuBackground, backSurface);
animation_20_2();
- else if (function == 23)
+ } else if (function == 23)
animation_23_2();
else if (function == 29)
animation_29_2();