]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/waypointsprites.qc
Merge remote-tracking branch 'origin/Mario/train_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / waypointsprites.qc
index 172d0203050d7031f96d1cdaec6cc9cae480587a..dd7ae36b91fc09897bacb967633819e7cc61db34 100644 (file)
@@ -449,7 +449,7 @@ void Draw_WaypointSprite()
        if(rgb == '0 0 0')
        {
                self.teamradar_color = '1 0 1';
-               print(sprintf("WARNING: sprite of name %s has no color, using pink so you notice it\n", spriteimage));
+               printf("WARNING: sprite of name %s has no color, using pink so you notice it\n", spriteimage);
        }
 
        if(time - floor(time) > 0.5)