aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/costume.cpp5
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