mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
explain what and why a bit more
This commit is contained in:
parent
466344b359
commit
195847715d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue