]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
corrected the misspelled name GAME_NEXIUZ (and related things) to GAME_NEXUIZ (and...
[xonotic/darkplaces.git] / gl_rmain.c
index 91fba30b7324dbb41f2708192f07d69570e40925..fc8a8d1fb8b9e795c240ec5ab1cd36f935f7d23a 100644 (file)
@@ -230,7 +230,7 @@ void GL_Main_Init(void)
        Cvar_RegisterVariable (&r_fullbright);
        Cvar_RegisterVariable (&r_textureunits);
        Cvar_RegisterVariable (&r_shadow_cull);
-       if (gamemode == GAME_NEHAHRA || gamemode == GAME_NEXIUZ)
+       if (gamemode == GAME_NEHAHRA || gamemode == GAME_NEXUIZ)
                Cvar_SetValue("r_fullbrights", 0);
        R_RegisterModule("GL_Main", gl_main_start, gl_main_shutdown, gl_main_newmap);
 }