mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
AGI: Fix walking for some versions of KQ4.
svn-id: r49747
This commit is contained in:
parent
81870dba58
commit
f7c830af26
@ -368,7 +368,7 @@ void AgiEngine::updateViewtable() {
|
||||
break;
|
||||
default:
|
||||
// for KQ4
|
||||
if (getVersion() == 0x3086)
|
||||
if (getVersion() == 0x3086 || getGameId() == GID_KQ4)
|
||||
loop = loopTable4[v->direction];
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user