]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/waypointsprites.qc
Merge remote-tracking branch 'origin/master' into samual/weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / waypointsprites.qc
index 0dc9a7b5bb6c26423cd6d2c393c42b1e9aecf4b9..c174d7656af19b8209faedbc05d5162d10b6751f 100644 (file)
@@ -237,10 +237,7 @@ vector spritelookupcolor(string s, vector def)
 string spritelookuptext(string s)
 {
        if(substring(s, 0, 4) == "wpn-")
-       {
-               print(s, "\n");
                return (get_weaponinfo(stof(substring(s, 4, strlen(s)))).message);
-       }
 
        switch(s)
        {
@@ -434,7 +431,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)