diff options
author | Chris Apers | 2004-10-06 10:20:21 +0000 |
---|---|---|
committer | Chris Apers | 2004-10-06 10:20:21 +0000 |
commit | 4ba9994bb3fa70d4bff5fce694e2c8c27b1266b9 (patch) | |
tree | 951baa78af44e1da269a06611abe4d7c638a249f /scumm | |
parent | a6632277e11fc746e293c7984e111fa465b18646 (diff) | |
download | scummvm-rg350-4ba9994bb3fa70d4bff5fce694e2c8c27b1266b9.tar.gz scummvm-rg350-4ba9994bb3fa70d4bff5fce694e2c8c27b1266b9.tar.bz2 scummvm-rg350-4ba9994bb3fa70d4bff5fce694e2c8c27b1266b9.zip |
PalmOS update
svn-id: r15437
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index f258087136..0a789755b9 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -419,7 +419,6 @@ void CostumeRenderer::proc3() { ARM_ADDM(_outheight) ARM_ADDM(_shadow_mode) ARM_ADDM(_shadow_table) - ARM_ADDV(_vm_proc_special_palette, _vm->_proc_special_palette) ARM_ADDM(_palette) PCE_CALL_RETURN(PNO_COSTUMEPROC3, ARM_DATA(), _scaleIndexX) ARM_END() |