aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
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.h
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.h')
-rw-r--r--queen/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/talk.h b/queen/talk.h
index aec02c4b77..28808e88ee 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -77,7 +77,7 @@ private:
int16 gameStateValue;
};
-#ifndef __PALM_OS__
+#ifndef PALMOS_68K
struct SpeechParameters {
const char *name;
signed char state,faceDirection;
@@ -150,7 +150,7 @@ private:
char _talkString[5][MAX_STRING_SIZE];
char _joeVoiceFilePrefix[5][MAX_STRING_SIZE];
-#ifndef __PALM_OS__
+#ifndef PALMOS_68K
static const SpeechParameters _speechParameters[];
#endif