]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.c
Use double for cvar values. Fixes a number of bugs caused by atof precision loss
[xonotic/darkplaces.git] / utf8lib.c
index ebb06776f8bbe65bc23b04bb3fbf64c5ce91f5fa..4099d0a762ece3f4f189f2f8cb6b882415271fe8 100644 (file)
--- a/utf8lib.c
+++ b/utf8lib.c
@@ -9,7 +9,7 @@ Initialization of UTF-8 support and new cvars.
 // for compatibility this defaults to 0
 cvar_t utf8_enable = {CVAR_CLIENT | CVAR_SERVER | CVAR_SAVE, "utf8_enable", "0", "Enable UTF-8 support. For compatibility, this is disabled by default in most games."};
 
-void u8_Init_Commands(void)
+void   u8_Init(void)
 {
        Cvar_RegisterVariable(&utf8_enable);
 }