mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
Fix comi regression
svn-id: r14026
This commit is contained in:
parent
54e3e20b98
commit
974f3e6431
@ -632,7 +632,7 @@ int ScummEngine::loadResource(int type, int idx) {
|
||||
if (type == rtRoom) {
|
||||
if (_version == 8)
|
||||
fileOffs = 8;
|
||||
if (_heversion >= 70)
|
||||
else if (_heversion >= 70)
|
||||
fileOffs = _HEV7RoomIntOffsets[idx];
|
||||
else
|
||||
fileOffs = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user