diff options
author | Chris Apers | 2004-10-11 13:29:08 +0000 |
---|---|---|
committer | Chris Apers | 2004-10-11 13:29:08 +0000 |
commit | 5992cdb890ee658e495d61e5e08b02f3827436e0 (patch) | |
tree | 9bad34d07f11f2d47e5f3874c979093abe08f6cd /scumm | |
parent | 40a13df5b2107cf9f61ce4fcc6a81bdd9145538a (diff) | |
download | scummvm-rg350-5992cdb890ee658e495d61e5e08b02f3827436e0.tar.gz scummvm-rg350-5992cdb890ee658e495d61e5e08b02f3827436e0.tar.bz2 scummvm-rg350-5992cdb890ee658e495d61e5e08b02f3827436e0.zip |
PalmOS : new params
svn-id: r15518
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 5e1dcebd5b..1575d9ee5b 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -415,11 +415,12 @@ void CostumeRenderer::proc3() { ARM_ADDM(_scaleX) ARM_ADDM(_scaleY) ARM_ADDM(_numStrips) - ARM_ADDM(_outwidth) - ARM_ADDM(_outheight) ARM_ADDM(_shadow_mode) ARM_ADDM(_shadow_table) ARM_ADDM(_palette) + ARM_ADDV(_out_pitch, _out.pitch) + ARM_ADDV(_out_w, _out.w) + ARM_ADDV(_out_h, _out.h) PCE_CALL_RETURN(PNO_COSTUMEPROC3, ARM_DATA(), _scaleIndexX) ARM_END() #endif |