Skip to content

Commit

Permalink
TINSEL: Fix a comment in playDW1MacMusic()
Browse files Browse the repository at this point in the history
Thanks to clone2727 for noticing
  • Loading branch information
bluegr committed Dec 13, 2012
1 parent 07994fb commit 11b920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tinsel/sound.cpp
Expand Up @@ -187,7 +187,7 @@ bool SoundManager::playDW1MacMusic(int dwFileOffset) {
uint32 length = s.readUint32BE();

// TODO: It's a bad idea to load the music track in a buffer.
// We should use a readStream instead, and keep midi.dat open.
// We should use a SubReadStream instead, and keep midi.dat open.
// However, the track lengths aren't that big (about 1-4MB),
// so this shouldn't be a major issue.
byte *soundData = (byte *)malloc(length);
Expand Down

0 comments on commit 11b920d

Please sign in to comment.