Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_deathmatch.qc File Reference
#include "sv_deathmatch.qh"
Include dependency graph for sv_deathmatch.qc:
This graph shows which files directly or indirectly include this file:

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}