From 09250f944cb248eb07a3b76904bf67c16eef55ad Mon Sep 17 00:00:00 2001 From: Night Owl Date: Sun, 28 Aug 2016 23:18:20 +0500 Subject: [PATCH] Merge forgotten change. --- dlls/barnacle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/barnacle.cpp b/dlls/barnacle.cpp index 2a264bf7..3147e415 100644 --- a/dlls/barnacle.cpp +++ b/dlls/barnacle.cpp @@ -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 )