]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qh
Some more defs.qh cleanup, update gameplay hash (again)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qh
index 46284fde2e51f134609dc067532d25428d8de487..628684585f95ba47ad7db2823125992caf2e5adc 100644 (file)
@@ -7,6 +7,16 @@ float client_cefc_accumulator;
 float client_cefc_accumulatortime;
 #endif
 
+float servertime, serverprevtime, serverframetime;
+
+.vector oldvelocity; // for fall damage
+
+.float watersound_finished;
+
+.bool iscreature;
+
+.float contents_damagetime;
+
 /*
 ==================
 main