aboutsummaryrefslogtreecommitdiff
path: root/queen/musicdata.cpp
diff options
context:
space:
mode:
authorChris Apers2005-11-05 18:12:41 +0000
committerChris Apers2005-11-05 18:12:41 +0000
commit58120f07cc04764569ffd3c736a6d31583ea3239 (patch)
tree5099f2859ed61cfeb1f60503051bb729f875cd3d /queen/musicdata.cpp
parentb69ea090e5fce5399941d6e0edf100fc3f2e7530 (diff)
downloadscummvm-rg350-58120f07cc04764569ffd3c736a6d31583ea3239.tar.gz
scummvm-rg350-58120f07cc04764569ffd3c736a6d31583ea3239.tar.bz2
scummvm-rg350-58120f07cc04764569ffd3c736a6d31583ea3239.zip
Changed PalmOS ifdef
svn-id: r19467
Diffstat (limited to 'queen/musicdata.cpp')
-rw-r--r--queen/musicdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/musicdata.cpp b/queen/musicdata.cpp
index d099bbb3b1..53622c02b1 100644
--- a/queen/musicdata.cpp
+++ b/queen/musicdata.cpp
@@ -24,7 +24,7 @@
namespace Queen {
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
const songData *Sound::_songDemo;
const songData *Sound::_song;
@@ -1919,7 +1919,7 @@ const int16 Sound::_jungleList[] = { 15, 16, 17, 18, 7, 8, 9, 10, 11, 12, 13, 14
} // End of namespace Queen
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
#include "scumm_globals.h"
_GINIT(Queen_Musicdata)