mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Revert "Fixed infinite recursion by using incorrect key on value conversation."
This reverts commit f4c807ad47
.
This commit is contained in:
parent
f4c807ad47
commit
3972c3f826
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ bool CBaseEntity::KeyValue( const char *szKeyName, const char *szValue )
|
|||
}
|
||||
|
||||
// Do this so inherited classes looking for 'angles' don't have to bother with 'angle'
|
||||
return KeyValue( "angles", szBuf );
|
||||
return KeyValue( szKeyName, szBuf );
|
||||
}
|
||||
|
||||
// NOTE: Have to do these separate because they set two values instead of one
|
||||
|
|
Loading…
Reference in a new issue