]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.c
Unify the command and cvar flags, under the CF_ prefix.
[xonotic/darkplaces.git] / utf8lib.c
index ee3638983880c423e5932cf3b667d0c1954aeb51..9a1ed298d9b14301a917c6003a5bc2f6e57b2d2f 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_CLIENT | CVAR_SERVER | CVAR_SAVE, "utf8_enable", "0", "Enable UTF-8 support. For compatibility, this is disabled by default in most games."};
+cvar_t utf8_enable = {CF_CLIENT | CF_SERVER | CF_ARCHIVE, "utf8_enable", "0", "Enable UTF-8 support. For compatibility, this is disabled by default in most games."};
 
 void   u8_Init(void)
 {