aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
authorChris Apers2005-03-11 11:06:45 +0000
committerChris Apers2005-03-11 11:06:45 +0000
commitd27f4116f488d5c6898c6a89f123d4c59e593b8e (patch)
tree3600c89e73b6bcf4c83a41fe3e02af1d3c6deccb /scumm/costume.cpp
parenta68d6ad671a28678958d962b60578d77e9dfa30a (diff)
downloadscummvm-rg350-d27f4116f488d5c6898c6a89f123d4c59e593b8e.tar.gz
scummvm-rg350-d27f4116f488d5c6898c6a89f123d4c59e593b8e.tar.bz2
scummvm-rg350-d27f4116f488d5c6898c6a89f123d4c59e593b8e.zip
Cleanup
svn-id: r17080
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index 5dad213ba4..2a43fc38c4 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -27,7 +27,6 @@
#include "scumm/sound.h"
#if defined(__PALM_OS__)
-#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif
@@ -425,7 +424,7 @@ void CostumeRenderer::proc3(Codec1 &v1) {
ARM_ADDV(_out_pitch, _out.pitch)
ARM_ADDV(_out_w, _out.w)
ARM_ADDV(_out_h, _out.h)
- ARM_CALL_RETURN(ARM_ENGINE, PNO_DATA(), _scaleIndexX)
+ ARM_CALL_VALUE(ARM_ENGINE, PNO_DATA(), _scaleIndexX)
ARM_END()
#endif