Drascula: Restore cursors before automated converse responses

svn-id: r49711
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:21:01 +00:00
parent a9b9da5d72
commit 07cc483e13

View File

@ -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();