Merge forgotten change.

This commit is contained in:
Night Owl 2016-08-28 23:18:20 +05:00
parent 8af4cfbe56
commit 09250f944c

View File

@ -79,6 +79,7 @@ TYPEDESCRIPTION CBarnacle::m_SaveData[] =
DEFINE_FIELD( CBarnacle, m_fLiftingPrey, FIELD_BOOLEAN ),
DEFINE_FIELD( CBarnacle, m_flTongueAdj, FIELD_FLOAT ),
DEFINE_FIELD( CBarnacle, m_flCachedLength, FIELD_FLOAT ),
DEFINE_FIELD( CBarnacle, m_fXenCandySpawned, FIELD_BOOLEAN ),
};
IMPLEMENT_SAVERESTORE( CBarnacle, CBaseMonster )