]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/racetimer.qh
Merge branch 'z411/ctf_notif_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / racetimer.qh
index 27cf20e875fc3463e6c52b6fc8a232e2deefd38e..8f4c09c101ed60b14e7c420f0fd99e681f8c6942 100644 (file)
@@ -1,6 +1,9 @@
 #pragma once
 #include "../panel.qh"
 
+bool autocvar_hud_panel_racetimer;
+bool autocvar_hud_panel_racetimer_dynamichud    = true;
+
 // QUALIFYING
 float race_checkpoint;
 float race_time;
@@ -20,10 +23,8 @@ string race_penaltyreason; // reason for penalty
 float race_server_record; // server record
 float race_speedaward;
 string race_speedaward_holder;
-string race_speedaward_unit;
 float race_speedaward_alltimebest;
 string race_speedaward_alltimebest_holder;
-string race_speedaward_alltimebest_unit;
 
 // RACE
 float race_mycheckpoint;