X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmain.qh;h=ed095ba485ec56a78b603a59b9919d2e12875adf;hb=6f10a41e9b8a94b457328629e392fedc35e8311e;hp=40e708e86304b616a8422978689f5c29ace32d41;hpb=c7d85168948d5ddad5b69d41116e58bcde49b694;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/main.qh b/qcsrc/server/main.qh index 40e708e86..ed095ba48 100644 --- a/qcsrc/server/main.qh +++ b/qcsrc/server/main.qh @@ -35,7 +35,8 @@ float client_cefc_accumulatortime; float servertime, serverprevtime, serverframetime; -.vector oldvelocity; // for fall damage +// set in CreatureFrame_All for entities that can be damaged by fall (players) and contents (projectiles) +.vector oldvelocity; .float watersound_finished;