aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-07 21:27:06 +0000
committerMax Horn2002-07-07 21:27:06 +0000
commitaec25305294920da84a7d0721a2fd4e7f2547c74 (patch)
tree4feb676b31a3af318673eaeac0d9d45a2840053d /sound.cpp
parent99bd8afcd479058aa679a0e1b8e766af80e44db6 (diff)
downloadscummvm-rg350-aec25305294920da84a7d0721a2fd4e7f2547c74.tar.gz
scummvm-rg350-aec25305294920da84a7d0721a2fd4e7f2547c74.tar.bz2
scummvm-rg350-aec25305294920da84a7d0721a2fd4e7f2547c74.zip
got rid of some g_scumm uses
svn-id: r4482
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.cpp b/sound.cpp
index 541625ed3a..742db83422 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -1053,7 +1053,7 @@ int Scumm::playMP3CDTrack(int track, int num_loops, int start, int delay) {
unsigned int offset;
mad_timer_t duration;
- g_scumm->_vars[g_scumm->VAR_MI1_TIMER] = 0;
+ _vars[VAR_MI1_TIMER] = 0;
if (_soundsPaused)
return 0;