aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/music.h
diff options
context:
space:
mode:
authorSven Hesse2006-11-30 13:13:35 +0000
committerSven Hesse2006-11-30 13:13:35 +0000
commit3f627e73e4375af62db297f47befc6a38a868abc (patch)
treed854701a1e01d7f92265717229393d2645c4a9f3 /engines/gob/music.h
parentc18f01d609fd5fb57810ee1a6b8fa1ecead83797 (diff)
downloadscummvm-rg350-3f627e73e4375af62db297f47befc6a38a868abc.tar.gz
scummvm-rg350-3f627e73e4375af62db297f47befc6a38a868abc.tar.bz2
scummvm-rg350-3f627e73e4375af62db297f47befc6a38a868abc.zip
The music in the Mac version of Gob1 seems to be selected randomly for each scene
svn-id: r24797
Diffstat (limited to 'engines/gob/music.h')
-rw-r--r--engines/gob/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/music.h b/engines/gob/music.h
index 4752dc3e1d..f2db978f75 100644
--- a/engines/gob/music.h
+++ b/engines/gob/music.h
@@ -65,7 +65,7 @@ public:
protected:
static const char *_tracks[][2];
- static const char *_tracksToFiles[][2];
+ static const char *_trackFiles[];
static const unsigned char _operators[];
static const unsigned char _volRegNums [];
FM_OPL *_opl;