projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement #2393 "Oxygen bar"
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
defs.qh
diff --git
a/qcsrc/server/defs.qh
b/qcsrc/server/defs.qh
index 29621f61d83ff80fc73163281d1a9bd0c33da6f8..9036ee22219f46aa4baf8724c5d2faee709a818a 100644
(file)
--- a/
qcsrc/server/defs.qh
+++ b/
qcsrc/server/defs.qh
@@
-51,6
+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);
.float cnt; // used in too many places
.float count;