mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
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:
parent
eac1fdc7ca
commit
b743cc316e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user