aboutsummaryrefslogtreecommitdiff
path: root/sky/music
diff options
context:
space:
mode:
authorRobert Göffringmann2004-11-11 10:14:35 +0000
committerRobert Göffringmann2004-11-11 10:14:35 +0000
commit7dec7b7054db8367f48d27a319c3550ec807ac27 (patch)
tree6539c8513a875eaa37c0de06208782e9d337aa4a /sky/music
parentc50560a48813ba237878af4f47854bd3bc8751b3 (diff)
downloadscummvm-rg350-7dec7b7054db8367f48d27a319c3550ec807ac27.tar.gz
scummvm-rg350-7dec7b7054db8367f48d27a319c3550ec807ac27.tar.bz2
scummvm-rg350-7dec7b7054db8367f48d27a319c3550ec807ac27.zip
misc cleanup
svn-id: r15783
Diffstat (limited to 'sky/music')
-rw-r--r--sky/music/musicbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/music/musicbase.cpp b/sky/music/musicbase.cpp
index da94653e88..f21f96a200 100644
--- a/sky/music/musicbase.cpp
+++ b/sky/music/musicbase.cpp
@@ -51,7 +51,7 @@ void MusicBase::loadSection(uint8 pSection) {
if (_musicData)
free(_musicData);
_currentSection = pSection;
- _musicData = _skyDisk->loadFile(_driverFileBase + FILES_PER_SECTION * pSection, NULL);
+ _musicData = _skyDisk->loadFile(_driverFileBase + FILES_PER_SECTION * pSection);
_allowedCommands = 0;
_musicTempo0 = 0x78; // init constants taken from idb file, area ~0x1060
_musicTempo1 = 0xC0;