Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 13, 2020, 01:16:47 am
-
Here is the nightly for 13 March 2020 - Revision f6083b6
At least one of the nightly builds failed!
Group: Linux
nightly_20200313_f6083b6-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200313_f6083b6-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200313_f6083b6-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Win64.zip))
Group: Win32
nightly_20200313_f6083b6-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200313_f6083b6/nightly_20200313_f6083b6-builds-Win32.zip))
------------------------------------------------------------------------
commit 6453179
Author: Fabian Woltermann
Commit: Fabian Woltermann
As it turns out, the soundtrack reset issue is a bit more complicated than I initially thought. The force_soundtrack check I previously removed was apparently vital; without it, calling event_music_level_init() (which in actuality is used to start soundtrack playback!) will result in the music being stopped, as the current soundtrack is set to -1.
code/gamesnd/eventmusic.cpp | 17 +++++++++--------
code/gamesnd/eventmusic.h | 2 +-
freespace2/freespace.cpp | 3 ---
3 files changed, 10 insertions(+), 12 deletions(-)