diff options
-rw-r--r-- | engines/drascula/drascula.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 68052e007f..8332e775f7 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -461,7 +461,7 @@ bucles: paso_x = PASO_HARE_X; paso_y = PASO_HARE_Y; } - if (hare_se_mueve == 0 && anda_a_objeto==1) { + if (hare_se_mueve == 0 && anda_a_objeto == 1) { sentido_hare = sentido_final; anda_a_objeto = 0; } |