light: Document some known fields the compiler likes to leave behind.
This commit is contained in:
parent
fea005ba96
commit
bc753f944e
1 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,13 @@ light::SpawnKey(string strKey, string strValue)
|
||||||
m_flStyle = stof(strValue);
|
m_flStyle = stof(strValue);
|
||||||
style = __NULL__;
|
style = __NULL__;
|
||||||
break;
|
break;
|
||||||
|
/* level-compiler keys we don't really use right now */
|
||||||
|
case "_cone":
|
||||||
|
case "_cone2":
|
||||||
|
case "_sky":
|
||||||
|
case "pitch":
|
||||||
|
case "_light":
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
CBaseTrigger::SpawnKey(strKey, strValue);
|
CBaseTrigger::SpawnKey(strKey, strValue);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue