diff options
author | Travis Howell | 2004-08-19 07:25:34 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-19 07:25:34 +0000 |
commit | 6ebe5ab30646a31d54c5896808388ae3ed2df3df (patch) | |
tree | ee784d0d6a02701b78ec2d1836320be3b953193c /scumm | |
parent | 5ef8aa4ed5461b545b5622503680daa0ad20667c (diff) | |
download | scummvm-rg350-6ebe5ab30646a31d54c5896808388ae3ed2df3df.tar.gz scummvm-rg350-6ebe5ab30646a31d54c5896808388ae3ed2df3df.tar.bz2 scummvm-rg350-6ebe5ab30646a31d54c5896808388ae3ed2df3df.zip |
Enable function
svn-id: r14642
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index 0c986e840b..fa8e9deb2c 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -875,7 +875,7 @@ void ScummEngine_v8::o8_roomOps() { c = pop(); b = pop(); a = pop(); - warning("o8_roomOps: unimplemented case SO_ROOM_TRANSFORM(%d,%d,%d,%d)", a, b, c, d); + palManipulateInit(a, b, c, d); break; case 0x5A: // SO_ROOM_CYCLE_SPEED Set palette cycling speed case 0x5B: // SO_ROOM_COPY_PALETTE Copy palette |