X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_lights.qc;h=8399b5fdb976d3c50f1fedf29bb117509c23bc96;hb=0ce2bdf81013a9a30117a5e3083d536ced038bb3;hp=bd5232a1c93338c5de9e164531cd5296798b0730;hpb=7a85bc59ba3d8d35a90d20b364f53669430eb229;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_lights.qc b/qcsrc/server/g_lights.qc index bd5232a1c..8399b5fdb 100644 --- a/qcsrc/server/g_lights.qc +++ b/qcsrc/server/g_lights.qc @@ -1,9 +1,10 @@ -#include "_all.qh" void train_next(); const float LOOP = 1; +.float speed; + const float DNOSHADOW = 2; const float DFOLLOW = 4; .float light_lev;