Xonotic
sv_deathmatch.qc File Reference
#include "sv_deathmatch.qh"
+ Include dependency graph for sv_deathmatch.qc:

Go to the source code of this file.

Functions

 MUTATOR_HOOKFUNCTION (dm, Scores_CountFragsRemaining)
 

Function Documentation

◆ MUTATOR_HOOKFUNCTION()

MUTATOR_HOOKFUNCTION ( dm  ,
Scores_CountFragsRemaining   
)

Definition at line 3 of file sv_deathmatch.qc.

4 {
5  // announce remaining frags
6  return true;
7 }