]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qh
Make the CCR() color replacement function common and add the cvars for it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qh
index 8b6298c3d9d777093a815a6ff4725c0c28cb1120..de2d9f9fbc6d71275b99595e30462261013f4f6f 100644 (file)
@@ -10,7 +10,6 @@
 #define MSG_DEATH 4 // "Personal" AND "Global" death messages 
 
 string TCR(string input, string teamcolor, string teamtext); // team code replace
-string CCR(string input); // color code replace, place inside of sprintf and parse the string
 
 void Dump_Notifications(float fh, float alsoprint);