Author Topic: Nightly: 13 March 2020 - Revision f6083b6  (Read 661 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 13 March 2020 - Revision f6083b6
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 (Mirror)


Group: MacOSX
nightly_20200313_f6083b6-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20200313_f6083b6-builds-Win64.zip (Mirror)


Group: Win32
nightly_20200313_f6083b6-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)