aboutsummaryrefslogtreecommitdiff
path: root/simon/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/cursor.cpp')
-rw-r--r--simon/cursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/cursor.cpp b/simon/cursor.cpp
index 1827acf784..72e273d6a2 100644
--- a/simon/cursor.cpp
+++ b/simon/cursor.cpp
@@ -27,7 +27,7 @@
namespace Simon {
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
static const byte *_simon1_cursor;
#else
static const byte _simon1_cursor[256] = {
@@ -231,7 +231,7 @@ void SimonEngine::draw_mouse_pointer() {
} // End of namespace Simon
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
#include "scumm_globals.h"
_GINIT(Simon_Cursor)