]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add default values to the new respawn ghost cvars in code for old servers that are...
authorMario <mario.mario@y7mail.com>
Mon, 1 Jun 2020 13:38:41 +0000 (23:38 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 1 Jun 2020 13:38:41 +0000 (23:38 +1000)
qcsrc/server/autocvars.qh

index 34a3efedd64cde0936f6676bd42791df2b8ddea7..99077dcfe7b237fc8e1c5e59f888e6d666c4feb5 100644 (file)
@@ -201,9 +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_alpha;
-float autocvar_g_respawn_ghosts_fadetime;
-float autocvar_g_respawn_ghosts_time;
+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;