diff options
author | Travis Howell | 2004-01-14 13:44:31 +0000 |
---|---|---|
committer | Travis Howell | 2004-01-14 13:44:31 +0000 |
commit | 9f8caa6889c5504edb279cacc524c142eb5829d1 (patch) | |
tree | a9ab48564d93badcf130b8b780dcb55e61ad4ac9 /scumm | |
parent | 1230c0b083d4352f1f7dd5a5f19321bd8b88442b (diff) | |
download | scummvm-rg350-9f8caa6889c5504edb279cacc524c142eb5829d1.tar.gz scummvm-rg350-9f8caa6889c5504edb279cacc524c142eb5829d1.tar.bz2 scummvm-rg350-9f8caa6889c5504edb279cacc524c142eb5829d1.zip |
These two case are the same, checked samnmax disasm.
svn-id: r12384
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v6.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 0f7fb9632d..2c29a1b0f9 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2554,7 +2554,6 @@ void ScummEngine_v6::o6_kernelSetFunctions() { break; case 108: /* create proc_special_palette */ case 109: - // FIXME: are 108 and 109 really identical?! That seems unlikely. if (num != 6) warning("o6_kernelSetFunctions sub op %d: expected 6 params but got %d", args[0], num); createSpecialPalette(args[1], args[2], args[3], args[4], args[5], 0, 256); |