mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
SCUMM: Remove obsolete TODO
This commit is contained in:
parent
82a6f2ee3c
commit
ff3087e56c
@ -1006,9 +1006,6 @@ void ScummEngine::setPalColor(int idx, int r, int g, int b) {
|
||||
}
|
||||
|
||||
void ScummEngine::setCurrentPalette(int palindex) {
|
||||
// TODO: This method could almost be moved to ScummEngin_v6, the only
|
||||
// problem is that it is called by ScummEngine::resetRoomSubBlocks().
|
||||
// But it should be possible to get rid of that, too (with some care).
|
||||
const byte *pals;
|
||||
|
||||
_curPalIndex = palindex;
|
||||
|
Loading…
Reference in New Issue
Block a user