]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/counting.qh
Work around a gmqcc bug
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / counting.qh
index 0aeabc85e7b092e9800199fd2672c9b475a0a088..4a2007cf1942272319d517b98dc445fbdf8b4dc6 100644 (file)
@@ -51,7 +51,7 @@
                ZCTX(_("CI_THI^%d seconds")), /* third */ \
                ZCTX(_("CI_MUL^%d seconds"))) /* multi */
 
-string count_ordinal(float interval)
+string count_ordinal(int interval)
 {
        // This function is designed primarily for the English language, it's impossible
        // to accomodate all languages unless we do a specific function for each one...