]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
Merge branch 'arithmetic_exceptions' into cooking
[xonotic/gmqcc.git] / opts.c
diff --git a/opts.c b/opts.c
index ddb48f7d00e6f6b27bad2341c4e13fb6594a3506..12429a8ac3e637d7b499ed1c358af9aab917b9c1 100644 (file)
--- a/opts.c
+++ b/opts.c
@@ -102,6 +102,8 @@ static void opts_setdefault(void) {
     opts_set(opts.flags, LEGACY_VECTOR_MATHS,            true);
     opts_set(opts.flags, DARKPLACES_STRING_TABLE_BUG,    true);
 
+    /* options */
+    OPTS_OPTION_U32(OPTION_STATE_FPS) = 10;
 }
 
 void opts_backup_non_Wall() {