diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/goblin_v3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin_v3.cpp b/engines/gob/goblin_v3.cpp index b0d981afd9..6c250ef396 100644 --- a/engines/gob/goblin_v3.cpp +++ b/engines/gob/goblin_v3.cpp @@ -35,7 +35,7 @@ bool Goblin_v3::isMovement(int8 state) { return true; if ((state >= 40) && (state < 44)) return true; - if ((state == 26) || (state == 26)) + if ((state == 26) || (state == 27)) return true; if ((state == 38) || (state == 39)) return true; |