explain what and why a bit more

This commit is contained in:
Joseph Carter 2000-05-19 03:10:33 +00:00
parent 466344b359
commit 195847715d

View file

@ -856,6 +856,9 @@ char *ED_ParseEdict (char *data, edict_t *ent)
if (keyname[0] == '_')
continue;
// If skyname is set, we want to allow skyboxes and set what
// the skybox name should be. "qlsky" is supported since
// at least one other map uses it already. --KB
if (stricmp (keyname, "skyname") == 0 ||
stricmp (keyname, "qlsky") == 0)
{