diff options
| author | Max Horn | 2004-12-28 20:29:42 +0000 |
|---|---|---|
| committer | Max Horn | 2004-12-28 20:29:42 +0000 |
| commit | b15d92e470fa09a76540b42d1ab1b6f24515ee74 (patch) | |
| tree | e0df2f5f80e2a0fc635e054d68968cb9dd2a8708 /sound | |
| parent | 49393c0f414d5f5b02cf2e7ee04e3b14b1954539 (diff) | |
| download | scummvm-rg350-b15d92e470fa09a76540b42d1ab1b6f24515ee74.tar.gz scummvm-rg350-b15d92e470fa09a76540b42d1ab1b6f24515ee74.tar.bz2 scummvm-rg350-b15d92e470fa09a76540b42d1ab1b6f24515ee74.zip | |
Fix running ScummVM in plugin-mode
svn-id: r16360
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/audiocd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp index 1084b98fb8..aceed46306 100644 --- a/sound/audiocd.cpp +++ b/sound/audiocd.cpp @@ -57,6 +57,8 @@ static const TrackFormat TRACK_FORMATS[] = { }; +DECLARE_SINGLETON(AudioCDManager); + AudioCDManager::AudioCDManager() { memset(&_cd, 0, sizeof(_cd)); memset(_cached_tracks, 0, sizeof(_cached_tracks)); |
