File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ function MetaFight:EndActivity()
681
681
self .NoBrainsLeft = self :NoTeamLeft ();
682
682
683
683
-- Temp fix so music doesn't start playing if ending the Activity when changing resolution through the ingame settings.
684
- if not self : IsPaused () then
684
+ if not self . Paused then
685
685
-- This is now no-man's land
686
686
if self .NoBrainsLeft then
687
687
self .WinnerTeam = Activity .NOTEAM ;
@@ -976,7 +976,7 @@ function MetaFight:UpdateActivity()
976
976
self :DisableAIs (false , Activity .NOTEAM );
977
977
self :InitAIs ()
978
978
-- Reset the mouse value and pathfinding so it'll know about the newly placed stuff
979
- UInputMan :SetMouseValueMagnitude (0 );
979
+ UInputMan :SetMouseValueMagnitude (0 , - 1 );
980
980
SceneMan .Scene :ResetPathFinding ();
981
981
-- Start the in-game music track
982
982
AudioMan :ClearMusicQueue ();
You can’t perform that action at this time.
0 commit comments