]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.c
Restrict cl_netfps between values of 30 and 120 (hardcoded) to reduce the amount...
[xonotic/darkplaces.git] / utf8lib.c
index 255c44f55619769b0c0c8e58af36e13b4bea93d1..e552785d2a52376698b828d3ab7b0334aa197c0e 100644 (file)
--- a/utf8lib.c
+++ b/utf8lib.c
@@ -7,7 +7,7 @@ Initialization of UTF-8 support and new cvars.
 ================================================================================
 */
 // for compatibility this defaults to 0
-cvar_t    utf8_enable = {CVAR_SAVE, "utf8_enable", "0", "Enable UTF-8 support. For compatibility, this is disabled by default in most games."};
+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(void)
 {