X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=c7ed5a5681cad4810afba9c1cb36d3871be8e0eb;hp=3b5acfbd0dbb57be9c6ba5d668ce1deea51c7d75;hb=af6d36701da5864e21894d0776de06725355d4bc;hpb=8c739d445be0d0ea98d7b12b3a60426b847a688c diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 3b5acfbd0d..c7ed5a5681 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -51,7 +51,7 @@ float server_is_dedicated; .float crouch; // Crouching or not? const .float superweapons_finished = _STAT(SUPERWEAPONS_FINISHED); -const .float air_finished_stat = _STAT(AIR_FINISHED); +const .float air_finished = _STAT(AIR_FINISHED); .float cnt; // used in too many places .float count; @@ -93,7 +93,6 @@ const float MAX_DAMAGEEXTRARADIUS = 16; .float railgunhitsolidbackup; .vector railgunhitloc; -.float air_finished; .float dmgtime; .float killcount;