diff options
| author | Max Horn | 2011-05-12 10:04:42 +0200 | 
|---|---|---|
| committer | Max Horn | 2011-05-13 11:47:11 +0200 | 
| commit | ff3087e56cfe45ba94e26dece0ac4a75a8774956 (patch) | |
| tree | c7ea7f57e9c4a753445b2f9901b4ee17c4e74126 | |
| parent | 82a6f2ee3ce1cd11c7b186b0ec728e48589445ae (diff) | |
| download | scummvm-rg350-ff3087e56cfe45ba94e26dece0ac4a75a8774956.tar.gz scummvm-rg350-ff3087e56cfe45ba94e26dece0ac4a75a8774956.tar.bz2 scummvm-rg350-ff3087e56cfe45ba94e26dece0ac4a75a8774956.zip | |
SCUMM: Remove obsolete TODO
| -rw-r--r-- | engines/scumm/palette.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp index 5910b74f7c..b85771e897 100644 --- a/engines/scumm/palette.cpp +++ b/engines/scumm/palette.cpp @@ -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; | 
