]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/cts/cl_cts.qc
Add a mutator hook to indicate whether the physics HUD panel should be shown when...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / cts / cl_cts.qc
1 #include "cl_cts.qh"
2
3 REGISTER_MUTATOR(cl_cts, true);
4
5 MUTATOR_HOOKFUNCTION(cl_cts, HUD_Physics_showoptional)
6 {
7         return ISGAMETYPE(CTS); // show the optional physics panel
8 }