mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Drascula: Restore cursors before automated converse responses
svn-id: r49711
This commit is contained in:
parent
a9b9da5d72
commit
07cc483e13
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user