Skip to content

Commit

Permalink
Merge pull request #1034 from illwieckz/hidescore
Browse files Browse the repository at this point in the history
call OnMapRestart on MapRestart, ref #986
  • Loading branch information
illwieckz committed Oct 16, 2017
2 parents c7fea08 + cd7c1ae commit 398fb3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cgame/cg_servercmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ static void CG_MapRestart()
// we really should clear more parts of cg here and stop sounds

trap_Cvar_Set( "cg_thirdPerson", "0" );

CG_OnMapRestart();
}

/*
Expand Down

0 comments on commit 398fb3a

Please sign in to comment.