restricted check to V2, stupid mistake

svn-id: r8323
This commit is contained in:
Max Horn 2003-06-05 10:33:13 +00:00
parent a61e845313
commit 740e7cc0ff
2 changed files with 3 additions and 2 deletions

View file

@ -182,7 +182,7 @@ bool Scumm::loadState(int slot, bool compat, SaveFileManager *mgr) {
initBGBuffers(_roomHeight);
if (_features & GF_OLD_BUNDLE) {
if (_features & GF_AFTER_V2) {
// Regenerate strip table when loading
_roomStrips = gdi.generateStripTable(getResourceAddress(rtRoom, _roomResource) + _IM00_offs,
_roomWidth, _roomHeight, _roomStrips);