Skip to content

Commit 887f814

Browse files
committed
tweaks
1 parent 1975c67 commit 887f814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/Base.rte/Activities/SkirmishDefense.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function SkirmishDefense:UpdateActivity()
246246
else
247247
if not self.musicStarted then
248248
self.musicStarted = true;
249-
MusicMan:PlayDynamicSong("Generic Battle Music");
249+
MusicMan:PlayDynamicSong("Generic Battle Music", "Default", true);
250250
end
251251
if not self.startTimer:IsPastSimMS(500) then
252252
-- Make sure all actors are in sentry mode

Data/Base.rte/Activities/Survival.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function Survival:UpdateActivity()
134134
if self.ActivityState ~= Activity.OVER and self.ActivityState ~= Activity.EDITING then
135135
if not self.musicStarted then
136136
self.musicStarted = true;
137-
MusicMan:PlayDynamicSong("Generic Battle Music");
137+
MusicMan:PlayDynamicSong("Generic Battle Music", "Default", true);
138138
end
139139
for player = Activity.PLAYER_1, Activity.MAXPLAYERCOUNT - 1 do
140140
if self:PlayerActive(player) and self:PlayerHuman(player) then

0 commit comments

Comments
 (0)