Drascula: Fix bug #2929931.

Bug #2929931: "DRASCULA: Graphic Glitches". Cursor graphics was
not loaded at needed time.

svn-id: r49707
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:19:48 +00:00
parent eac1fdc7ca
commit b743cc316e

View File

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