]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
remove the ^1 from the watermark
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 91ce464793bcbc0f33879a90222c2934165fdb3a..81a713c32456ee7d3b0d5034dacb31f9da1df228 100644 (file)
@@ -63,7 +63,7 @@ void CSQC_Init(void)
        check_unacceptable_compiler_bugs();
 
 #ifdef WATERMARK
-       print(sprintf(_("^4CSQC Build information: %s\n"), WATERMARK()));
+       print(sprintf(_("^4CSQC Build information: ^1%s\n"), WATERMARK()));
 #endif
 
        float i;