diff options
author | Travis Howell | 2005-03-02 05:01:52 +0000 |
---|---|---|
committer | Travis Howell | 2005-03-02 05:01:52 +0000 |
commit | 7dd05d6d103dc98980b23a10377c0dd364ef5828 (patch) | |
tree | 2840d7779a0382501093ff50684c6e09b35b9652 /scumm | |
parent | 91c1c67fc5dbedd0b94175f2d8a657abbf76024b (diff) | |
download | scummvm-rg350-7dd05d6d103dc98980b23a10377c0dd364ef5828.tar.gz scummvm-rg350-7dd05d6d103dc98980b23a10377c0dd364ef5828.tar.bz2 scummvm-rg350-7dd05d6d103dc98980b23a10377c0dd364ef5828.zip |
Fix COMI part III regression, I lost a line.
svn-id: r16967
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index ed92ef0056..30d5eedef3 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -77,6 +77,7 @@ void ScummEngine::openRoom(int room) { if (room_offs != 0 && room != 0 && _heversion < 98) { _fileOffset = res.roomoffs[rtRoom][room]; + return; } if (!(_features & GF_SMALL_HEADER)) { |