]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_racetimer.qc
Restore white tos text
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_racetimer.qc
index 2673e546039a5afc5fb86d72e25e78193f1ce201..dec6fe364493c2edd26828edd9ae626caee1e898 100644 (file)
@@ -4,8 +4,10 @@
 
 void XonoticHUDRaceTimerDialog_fill(entity me)
 {
-       entity e;
+       //entity e;
        string panelname = "racetimer";
 
-       DIALOG_HUDPANEL_COMMON();
+       dialog_hudpanel_main_checkbox(me, panelname);
+
+       dialog_hudpanel_main_settings(me, panelname);
 }