--- a/ChangeLog.txt Sat May 11 00:08:50 2019 +0200
+++ b/ChangeLog.txt Sat May 11 04:58:11 2019 +0200
@@ -61,6 +61,7 @@
+ Precise + cursor move keys move camera slower
+ New chat command: “/help room” (shows room chat commands within the game)
+ Default demo fast-forward key changed from “S” to “F”
+ + Default fallback Sudden Death music of themes (fallback-sd-music) is now sdmusic.ogg
* Fix broken default keyboard controls for team chat and camera movement
Graphics:
--- a/hedgewars/uSound.pas Sat May 11 00:08:50 2019 +0200
+++ b/hedgewars/uSound.pas Sat May 11 04:58:11 2019 +0200
@@ -1022,6 +1022,8 @@
MusicFN:='';
SDMusicFN:= 'sdmusic.ogg';
+ FallbackMusicFN:='';
+ FallbackSDMusicFN:= 'sdmusic.ogg';
Mus:= nil;
isAudioMuted:= false;
isSEBackup:= isSoundEnabled;