aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/display.cpp1
-rw-r--r--scumm/costume.cpp3
-rw-r--r--scumm/gfx.cpp1
-rw-r--r--sword1/screen.cpp1
4 files changed, 1 insertions, 5 deletions
diff --git a/queen/display.cpp b/queen/display.cpp
index 795720052d..aa4f6eeb12 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -29,7 +29,6 @@
#include "queen/resource.h"
#if defined(__PALM_OS__)
-#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif
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
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 032e7403af..90b7ea0b8b 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -30,7 +30,6 @@
#include "scumm/wiz_he.h"
#if defined(__PALM_OS__)
-#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif
diff --git a/sword1/screen.cpp b/sword1/screen.cpp
index d796daa2e8..23b4f154bf 100644
--- a/sword1/screen.cpp
+++ b/sword1/screen.cpp
@@ -33,7 +33,6 @@
#include "sword1/sword1.h"
#if defined(__PALM_OS__)
-#include "init_arm.h"
#include "arm/native.h"
#include "arm/macros.h"
#endif