diff options
author | Sven Hesse | 2007-04-06 17:08:23 +0000 |
---|---|---|
committer | Sven Hesse | 2007-04-06 17:08:23 +0000 |
commit | ddd96f369d02d822e129a7ddb752e32487a96773 (patch) | |
tree | 53b4379740ecede73ba1787c4f989c9a5cf1265f /engines/gob | |
parent | a17df6e4c6dfa7f73989837b468411670ae463b0 (diff) | |
download | scummvm-rg350-ddd96f369d02d822e129a7ddb752e32487a96773.tar.gz scummvm-rg350-ddd96f369d02d822e129a7ddb752e32487a96773.tar.bz2 scummvm-rg350-ddd96f369d02d822e129a7ddb752e32487a96773.zip |
Oops
svn-id: r26391
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; |