X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fautocvars.qh;h=99077dcfe7b237fc8e1c5e59f888e6d666c4feb5;hb=5388b5cae878b6d8712983677ba5d3353e565b88;hp=79989cc176d1a3e70200cd3fe03f60da91458817;hpb=9b66dec4f0fe91426c023de778bba3d2afe432a4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh index 79989cc17..99077dcfe 100644 --- a/qcsrc/server/autocvars.qh +++ b/qcsrc/server/autocvars.qh @@ -201,7 +201,9 @@ int autocvar_g_respawn_delay_large_count; float autocvar_g_respawn_delay_max; bool autocvar_g_respawn_delay_forced; bool autocvar_g_respawn_ghosts; -float autocvar_g_respawn_ghosts_maxtime; +float autocvar_g_respawn_ghosts_alpha = 1; +float autocvar_g_respawn_ghosts_fadetime = 1.5; +float autocvar_g_respawn_ghosts_time = 4.5; float autocvar_g_respawn_ghosts_speed; int autocvar_g_respawn_waves; string autocvar_g_shootfromfixedorigin;