From ec413cc8f9d49ca3c93092e955032a92857c3960 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 12 Oct 2004 11:45:53 +0000 Subject: Added support for digitized music, plus some other music-related fixes. Note that I've only tried this with the music.rsc file from the full Linux version. It seems likely that the Mac version uses the same file format, but I have no way of verifying this. I'm told the demos use compressed audio, so the music files from them probably won't work yet. svn-id: r15527 --- saga/ite_introproc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'saga/ite_introproc.cpp') diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp index 25cd24a975..99a8971c96 100644 --- a/saga/ite_introproc.cpp +++ b/saga/ite_introproc.cpp @@ -664,6 +664,7 @@ int Scene::ITEIntroValleyProc(int param, R_SCENE_INFO *scene_info) { event.type = R_ONESHOT_EVENT; event.code = R_MUSIC_EVENT; event.param = MUSIC_2; + event.param2 = 0; event.op = EVENT_PLAY; event.time = 0; -- cgit v1.2.3