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);
|
||||
style = __NULL__;
|
||||
break;
|
||||
/* level-compiler keys we don't really use right now */
|
||||
case "_cone":
|
||||
case "_cone2":
|
||||
case "_sky":
|
||||
case "pitch":
|
||||
case "_light":
|
||||
break;
|
||||
default:
|
||||
CBaseTrigger::SpawnKey(strKey, strValue);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue