mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 13:14:51 +00:00
Fixed wrong base class specified. (#226)
This commit is contained in:
parent
0df2d289bb
commit
a5344eb4cc
@ -825,7 +825,7 @@ TYPEDESCRIPTION CEnvSound::m_SaveData[] =
|
||||
DEFINE_FIELD( CEnvSound, m_flRoomtype, FIELD_FLOAT ),
|
||||
};
|
||||
|
||||
IMPLEMENT_SAVERESTORE( CEnvSound, CBaseEntity )
|
||||
IMPLEMENT_SAVERESTORE( CEnvSound, CPointEntity )
|
||||
|
||||
void CEnvSound::KeyValue( KeyValueData *pkvd )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user