]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Merge branch 'terencehill/modified_default_cvars' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index ed11b04b74b4774891daedc7f5eaaf0276daa0d6..de2c32513b064f3c9e73dc116a7b75eea3b4e865 100644 (file)
@@ -27,8 +27,8 @@ void depthfirst(entity start, .entity up, .entity downleft, .entity right, void(
 float median(float a, float b, float c);
 
 // converts a number to a string with the indicated number of decimals
-// works for up to 10 decimals!
 string ftos_decimals(float number, float decimals);
+string ftos_mindecimals(float number);
 
 bool fexists(string f);