aboutsummaryrefslogtreecommitdiff
path: root/sword1/sound.h
diff options
context:
space:
mode:
authorChris Apers2005-11-05 19:26:26 +0000
committerChris Apers2005-11-05 19:26:26 +0000
commit57698a16abf87761d5fecbeaee6714b3587ec64e (patch)
treea717b38b3b4e3dcc23cb361406f56fc3fadaa63e /sword1/sound.h
parentcb12c0c1da39b8be9054e3debb5108846a354bae (diff)
downloadscummvm-rg350-57698a16abf87761d5fecbeaee6714b3587ec64e.tar.gz
scummvm-rg350-57698a16abf87761d5fecbeaee6714b3587ec64e.tar.bz2
scummvm-rg350-57698a16abf87761d5fecbeaee6714b3587ec64e.zip
PalmOS ifdef
svn-id: r19475
Diffstat (limited to 'sword1/sound.h')
-rw-r--r--sword1/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sound.h b/sword1/sound.h
index 7f5769d539..1412adbf82 100644
--- a/sword1/sound.h
+++ b/sword1/sound.h
@@ -113,7 +113,7 @@ private:
char _filePath[100];
static const char _musicList[270];
static const uint16 _roomsFixedFx[TOTAL_ROOMS][TOTAL_FX_PER_ROOM];
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
public:
static const FxDef *_fxList;
#else