aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/mame.h
diff options
context:
space:
mode:
authorMax Horn2011-05-21 19:03:22 +0200
committerMax Horn2011-05-23 12:13:01 +0200
commite7c642b010c47d2520d21ea5b3c041d861bc1532 (patch)
tree04badc3a307aa66fffe49dc79b13e12164e8cdae /audio/softsynth/opl/mame.h
parentf1a7ec711772d5582fc06c7f8209b406e5fb3717 (diff)
downloadscummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.tar.gz
scummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.tar.bz2
scummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.zip
AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL
Diffstat (limited to 'audio/softsynth/opl/mame.h')
-rw-r--r--audio/softsynth/opl/mame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/mame.h b/audio/softsynth/opl/mame.h
index 4c40949483..803ca897e7 100644
--- a/audio/softsynth/opl/mame.h
+++ b/audio/softsynth/opl/mame.h
@@ -147,7 +147,7 @@ typedef struct fm_opl_f {
OPL_UPDATEHANDLER UpdateHandler; /* stream update handler */
int UpdateParam; /* stream update parameter */
- Common::RandomSource rnd;
+ Common::RandomSource *rnd;
} FM_OPL;
/* ---------- Generic interface section ---------- */