Xonotic
sv_deathmatch.qc
Go to the documentation of this file.
1 #include "sv_deathmatch.qh"
2 
3 MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
4 {
5  // announce remaining frags
6  return true;
7 }
MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
Definition: sv_deathmatch.qc:3