]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Renaming MinstaGib mode to InstaGib, as per xonvote (#31)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index dd0b5c22bb13792e6ffc89c4a98b302cbed6b02a..7608bbeb4b4793a8601555490e565773d911a0de 100644 (file)
@@ -16,7 +16,7 @@ noref float require_spawnfunc_prefix; // if this float exists, only functions wi
 
 // Globals
 
-float g_cloaked, g_footsteps, g_grappling_hook, g_minstagib;
+float g_cloaked, g_footsteps, g_grappling_hook, g_instagib;
 float g_warmup_limit;
 float g_warmup_allguns;
 float g_warmup_allow_timeout;