]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qh
Some more defs.qh cleanup, update gameplay hash
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qh
index a70228667587043fcd4ef62aed4afe48d1cd0a64..04630374b3ac18778c1f507e6f987ff06f3c3617 100644 (file)
@@ -9,6 +9,12 @@ float client_cefc_accumulatortime;
 
 float servertime, serverprevtime, serverframetime;
 
+.vector oldvelocity; // for fall damage
+
+.float watersound_finished;
+
+.bool iscreature;
+
 /*
 ==================
 main