]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/timer.qh
Merge branch 'master' into terencehill/welcome_dialog_translatable
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qh
index b80c3e4ed6ca90149ddc511ca30c292e4bd31228..3790f477708accf11c062186355477a102761359 100644 (file)
@@ -8,5 +8,5 @@ int autocvar_hud_panel_timer_secondary = 1;
 bool autocvar_hud_panel_timer_unbound;
 
 vector HUD_Timer_Color(float timeleft);
-float HUD_Timer_Elapsed(float curtime, float starttime);
+float HUD_Timer_TimeElapsed(float curtime, float starttime);
 float HUD_Timer_TimeLeft(float curtime, float starttime, float timelimit);