#7913 closed patch (fixed)
small sound resource (type) patch
Reported by: | SF/japj | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
the following patch changes a hardcoded nummber to an item of the resource type list.
Index: sound.cpp
============ RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v retrieving revision 1.5 diff -u -r1.5 sound.cpp --- sound.cpp 2001/11/06 20:25:08 1.5 +++ sound.cpp 2001/11/11 12:37:49 @@ -290,7 +290,7 @@ void Scumm::setupSound() { SoundEngine *se = (SoundEngine*)_soundDriver; if (se) { - se->_base_sounds = res.address[4]; + se->_base_sounds = res.address [rtSound]; } _soundTagTable = (byte*)sound_tags; _numSoundTags = 1;
Ticket imported from: #480593. Ticket imported from: patches/18.
Change History (3)
comment:1 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|
Note:
See TracTickets
for help on using tickets.
Will appear in the next commit by me.