Remove the fixme

svn-id: r6058
This commit is contained in:
Travis Howell 2002-12-22 09:26:42 +00:00
parent a3dae7bc3c
commit 2e66c05f47

View File

@ -1781,16 +1781,13 @@ void SimonState::vc_62_palette_thing()
if (!_video_var_3) {
if (_game & GAME_SIMON2) {
//FIXME The screen should be cleared elsewhere.
dx_clear_surfaces(_video_palette_mode == 4 ? 134 : 200);
if (_midi_unk2 != 0xffff) {
playMusic(999, _midi_unk2);
}
}
return;
}
} else
_video_var_3 = true;
_video_var_3 = true;
_video_num_pal_colors = 256;
if (_video_palette_mode == 4)
_video_num_pal_colors = 208;