From 055064d8f5f7fa7ba60dd588e2ce04e98182cdb7 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 22 Sep 2024 15:15:05 +0200 Subject: [PATCH] name enum --- HUD/AddTextComponentSubstringTime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HUD/AddTextComponentSubstringTime.md b/HUD/AddTextComponentSubstringTime.md index c15556ed9..6fd8eff38 100644 --- a/HUD/AddTextComponentSubstringTime.md +++ b/HUD/AddTextComponentSubstringTime.md @@ -11,7 +11,7 @@ void ADD_TEXT_COMPONENT_SUBSTRING_TIME(int timestamp, int format); Takes a time in milliseconds and converts it to a string. Use `~a~` to mark the position in your line of text where you want this substring inserted. ```cpp -enum { +enum eTimeFormat { TEXT_FORMAT_MILLISECONDS = 1, TEXT_FORMAT_SECONDS = 2, TEXT_FORMAT_MINUTES = 4,