aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.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/talk.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/talk.cpp')
-rw-r--r--queen/talk.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index 6a990b39f9..bd55b10135 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -38,7 +38,7 @@
namespace Queen {
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
static const Talk::SpeechParameters *_speechParameters;
#endif
@@ -1332,7 +1332,7 @@ int16 Talk::selectSentence() {
return selectedSentence;
}
-#ifndef __PALM_OS__
+#ifndef PALMOS_68K
const Talk::SpeechParameters Talk::_speechParameters[] = {
{ "JOE", 0, 1, 1, 10, 2, 3, "", 0 },
{ "JOE", 0, 3, 3, 28, 2, 3, "", 0 },
@@ -1797,7 +1797,7 @@ const Talk::SpeechParameters Talk::_speechParameters[] = {
} // End of namespace Queen
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
#include "scumm_globals.h"
_GINIT(Queen_Talk)