aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula
diff options
context:
space:
mode:
authorPaweł Kołodziejski2008-03-01 20:50:23 +0000
committerPaweł Kołodziejski2008-03-01 20:50:23 +0000
commitd324010b5a6156a6c221b9b29f8d572a0d48e296 (patch)
tree455732b483fc8699bfee33890512a54da1d94ff6 /engines/drascula
parent4d45121ccf5a2e75b1813e95e6d439b9fe0c0cd6 (diff)
downloadscummvm-rg350-d324010b5a6156a6c221b9b29f8d572a0d48e296.tar.gz
scummvm-rg350-d324010b5a6156a6c221b9b29f8d572a0d48e296.tar.bz2
scummvm-rg350-d324010b5a6156a6c221b9b29f8d572a0d48e296.zip
two fixes which allow play game into 4 part
svn-id: r31025
Diffstat (limited to 'engines/drascula')
-rw-r--r--engines/drascula/drascula.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp
index 0748022fbb..dfdae2491f 100644
--- a/engines/drascula/drascula.cpp
+++ b/engines/drascula/drascula.cpp
@@ -3800,7 +3800,7 @@ void DrasculaEngine::pon_hare() {
if (hare_se_mueve == 1 && paso_x == PASO_HARE_X) {
for (r = 0; r < paso_x; r++) {
- if (num_ejec == 1) {
+ if (num_ejec != 2) {
if (sentido_hare == 0 && sitio_x - r == hare_x + ancho_hare / 2) {
hare_se_mueve = 0;
paso_x = PASO_HARE_X;
@@ -7709,7 +7709,6 @@ void DrasculaEngine::animacion_2_3() {
descomprime_dibujo(dir_hare_fondo, 1);
lleva_al_hare(332, 127);
- libera_memoria();
}
void DrasculaEngine::animacion_3_3() {