]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qc
Using CCR to process centerprint titles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qc
index 0635ea5fc48ce54fd525ba96e9577ae7f505c603..58c2727f7705a34bdb4a6ae3510804c970b25671 100644 (file)
@@ -109,7 +109,7 @@ void Announcer_Gamestart()
 
                        if(!warmup_stage && time < STAT(GAMESTARTTIME))
                        {
-                               centerprint_SetTitle(MapInfo_Type_ToText(gametype)); // Set centerprint title
+                               centerprint_SetTitle(strcat("^BG", MapInfo_Type_ToText(gametype))); // Set centerprint title
                                if(time + 5.0 < startTime) // if connecting to server while restart was active don't always play prepareforbattle
                                        Local_Notification(MSG_ANNCE, ANNCE_PREPARE);
                        }