diff options
| author | Travis Howell | 2004-09-01 10:39:43 +0000 |
|---|---|---|
| committer | Travis Howell | 2004-09-01 10:39:43 +0000 |
| commit | 2810a06581ce1724fdab2acf90e56ff5c21ab598 (patch) | |
| tree | a2f6122a35c63700b2a300fa94d36dd78476d2e7 | |
| parent | 2a23b8fbc9414853c7246a9029f6e78c0aca7507 (diff) | |
| download | scummvm-rg350-2810a06581ce1724fdab2acf90e56ff5c21ab598.tar.gz scummvm-rg350-2810a06581ce1724fdab2acf90e56ff5c21ab598.tar.bz2 scummvm-rg350-2810a06581ce1724fdab2acf90e56ff5c21ab598.zip | |
HE specific
svn-id: r14857
| -rw-r--r-- | scumm/script_v6.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 9b5a462087..8bdf761c50 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1747,11 +1747,6 @@ void ScummEngine_v6::o6_roomOps() { else setPalette(a); break; - case 220: - a = pop(); - b = pop(); - warning("o6_roomops:220 (%d, %d): unimplemented", a, b); - break; default: error("o6_roomOps: default case %d", op); } |
