aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/mame.h
diff options
context:
space:
mode:
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 ---------- */