aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/drascula/converse.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index 122e473f15..7c845fb251 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -286,12 +286,14 @@ void DrasculaEngine::response(int function) {
playTalkSequence(function);
if (currentChapter == 2) {
+ if (function == 16 || function == 20 || function == 23 || function == 29 || function == 31)
+ loadPic(menuBackground, backSurface);
+
if (function == 16)
animation_16_2();
- else if (function == 20) {
- loadPic(menuBackground, backSurface);
+ else if (function == 20)
animation_20_2();
- } else if (function == 23)
+ else if (function == 23)
animation_23_2();
else if (function == 29)
animation_29_2();