scummvm/simon
Jamieson Christian 17a888b65a Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during music
Corrected a problem with resource size computation for GMF sound
effect resources. Since GMF resources have no size info, we were
computing sizes with the assumption that each GMF appears in its
own file, so the file size becomes the resource size. This is true
for simon1dos music files but not for SFX files. This fix uses the
resource offset pointers at the beginning of SFX files to properly
compute the size of SFX resources.

svn-id: r9155
2003-07-24 04:19:42 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
charset.cpp Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine 2003-06-14 18:52:30 +00:00
debug.cpp debug/warning/error all automatically output a newline 2003-07-13 16:22:17 +00:00
debug.h Small cleanup 2003-05-30 09:39:21 +00:00
intern.h Change GF_AMIGAS back to GF_AMIGA 2003-06-15 14:07:53 +00:00
items.cpp Rename function, update comments 2003-07-21 16:25:16 +00:00
midi.cpp Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during music 2003-07-24 04:19:42 +00:00
midi.h Feature [770161] SIMON: Remap instruments to GM 2003-07-14 08:29:17 +00:00
midiparser_s1d.cpp Fixed occassional music crashes when loading games. 2003-05-25 15:47:06 +00:00
module.mk Split charset functions into separate file 2003-05-25 11:02:39 +00:00
res.cpp cleanup 2003-06-15 13:07:06 +00:00
simon.cpp That last change wasn't quite right 2003-07-22 12:16:56 +00:00
simon.h Rename function, update comments 2003-07-21 16:25:16 +00:00
sound.cpp Add sfx/voice support for simon1cd32, thanks to olki. 2003-07-21 04:00:04 +00:00
sound.h Add sfx/voice support for simon1cd32, thanks to olki. 2003-07-21 04:00:04 +00:00
verb.cpp Rename SimonState to SimonEngine 2003-06-01 09:41:56 +00:00
vga.cpp Add sfx/voice support for simon1cd32, thanks to olki. 2003-07-21 04:00:04 +00:00
vga.h updated copyrights headers 2003-03-06 21:46:56 +00:00