File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ function SkirmishDefense:UpdateActivity()
246
246
else
247
247
if not self .musicStarted then
248
248
self .musicStarted = true ;
249
- MusicMan :PlayDynamicSong (" Generic Battle Music" );
249
+ MusicMan :PlayDynamicSong (" Generic Battle Music" , " Default " , true );
250
250
end
251
251
if not self .startTimer :IsPastSimMS (500 ) then
252
252
-- Make sure all actors are in sentry mode
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ function Survival:UpdateActivity()
134
134
if self .ActivityState ~= Activity .OVER and self .ActivityState ~= Activity .EDITING then
135
135
if not self .musicStarted then
136
136
self .musicStarted = true ;
137
- MusicMan :PlayDynamicSong (" Generic Battle Music" );
137
+ MusicMan :PlayDynamicSong (" Generic Battle Music" , " Default " , true );
138
138
end
139
139
for player = Activity .PLAYER_1 , Activity .MAXPLAYERCOUNT - 1 do
140
140
if self :PlayerActive (player ) and self :PlayerHuman (player ) then
You can’t perform that action at this time.
0 commit comments