aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scummvm.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index c7e5da7cfb..1fd9e91b07 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1517,13 +1517,6 @@ void Scumm::initRoomSubBlocks() {
}
}
- // FIXME - we could simply always call findResourceData here, it will
- // do the right thing even if GF_SMALL_HEADER is set. But then, we have
- // to change setPaletteFromPtr() (easy). The problematic bit is save game
- // compatibility - _CLUT_offs is stored in the save game after all.
- // Of course we could just decide to not use _CLUT_offs anymore, and change
- // setPaletteFromRes() to invoke findResourceData() each time
- // (and also getPalettePtr()).
if (_features & GF_OLD_BUNDLE)
ptr = 0; // TODO ? do 16 bit games use a palette?!?
else if (_features & GF_SMALL_HEADER)