X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fsv_main.qh;h=04630374b3ac18778c1f507e6f987ff06f3c3617;hb=ad48f34a4a109c864ffe01a14f2290821c03dc9d;hp=a70228667587043fcd4ef62aed4afe48d1cd0a64;hpb=969dc49d01d650a812706aba16c765af488605d0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/sv_main.qh b/qcsrc/server/sv_main.qh index a70228667..04630374b 100644 --- a/qcsrc/server/sv_main.qh +++ b/qcsrc/server/sv_main.qh @@ -9,6 +9,12 @@ float client_cefc_accumulatortime; float servertime, serverprevtime, serverframetime; +.vector oldvelocity; // for fall damage + +.float watersound_finished; + +.bool iscreature; + /* ================== main