]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_edict.c
lighthalf related transpoly cleanup
[xonotic/darkplaces.git] / pr_edict.c
index 27c924c30f62d83113e7ed1ba778af86d0917cf7..93d306b6190db306f1c2080428a2fc8b1df0910f 100644 (file)
@@ -880,7 +880,7 @@ qboolean    ED_ParseEpair (void *base, ddef_t *key, char *s)
                if (!def)
                {
                        // LordHavoc: don't warn about worldspawn sky/fog fields because they don't require mod support
-                       if (strcmp(s, "sky") && strncmp(s, "fog_", 4) && strcmp(s, "skyboxsize"))
+                       if (strcmp(s, "sky") && strcmp(s, "fog") && strncmp(s, "fog_", 4) && strcmp(s, "farclip"))
                                Con_DPrintf ("Can't find field %s\n", s);
                        return false;
                }