X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcounting.qh;h=4a2007cf1942272319d517b98dc445fbdf8b4dc6;hb=9cb8f5c0cdd70570f3694d8f0ccb079753c78e7c;hp=0aeabc85e7b092e9800199fd2672c9b475a0a088;hpb=c2979f977d8f1f9c20f68447b672bc7fb732a2f5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/counting.qh b/qcsrc/common/counting.qh index 0aeabc85e..4a2007cf1 100644 --- a/qcsrc/common/counting.qh +++ b/qcsrc/common/counting.qh @@ -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...