mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
game: fixed infinite recursion by using incorrect key on value conversation. (ValveSoftware/source-sdk-2013#380)
This commit is contained in:
parent
2e969d3890
commit
21c54015a2
@ -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'
|
// Do this so inherited classes looking for 'angles' don't have to bother with 'angle'
|
||||||
return KeyValue( szKeyName, szBuf );
|
return KeyValue( "angles", szBuf );
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: Have to do these separate because they set two values instead of one
|
// NOTE: Have to do these separate because they set two values instead of one
|
||||||
|
Loading…
Reference in New Issue
Block a user