aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/sound.cpp')
-rw-r--r--queen/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/sound.cpp b/queen/sound.cpp
index 2c5b16b6a8..97ca635321 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -96,7 +96,7 @@ void Sound::playSfx(uint16 sfx, bool isSpeech) {
if (sfx != 0) {
char name[13];
-#ifndef __PALM_OS__
+#ifndef PALMOS_68K
strcpy(name, _sfxName[sfx - 1]);
#else
strncpy(name, _sfxName + 10 * (sfx - 1), 10); // saved as 8char + /0/0