mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 11:46:54 +00:00
modified comment
svn-id: r8322
This commit is contained in:
parent
c73ffd366a
commit
a61e845313
@ -183,7 +183,7 @@ bool Scumm::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
||||
initBGBuffers(_roomHeight);
|
||||
|
||||
if (_features & GF_OLD_BUNDLE) {
|
||||
// Generate strip table
|
||||
// Regenerate strip table when loading
|
||||
_roomStrips = gdi.generateStripTable(getResourceAddress(rtRoom, _roomResource) + _IM00_offs,
|
||||
_roomWidth, _roomHeight, _roomStrips);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user