mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
SCI32: Remove invalid TODO about CLUT for 16-bit graphics
The CLUT for 16-bit graphics is not saved in SSCI (nor is it normally even part of the palette manager).
This commit is contained in:
parent
cd271a0b34
commit
d44ad1e82e
@ -806,8 +806,6 @@ void GfxPalette32::saveLoadWithSerializer(Common::Serializer &s) {
|
||||
s.syncAsUint16LE(cycler->numTimesPaused);
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: _clutTable
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user