Browse Source

Fixed wrong base class specified. (#223)

hl_urbicide
Marc-Antoine Lortie 3 years ago committed by GitHub
parent
commit
0df2d289bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/healthkit.cpp

2
dlls/healthkit.cpp

@ -127,7 +127,7 @@ TYPEDESCRIPTION CWallHealth::m_SaveData[] = @@ -127,7 +127,7 @@ TYPEDESCRIPTION CWallHealth::m_SaveData[] =
DEFINE_FIELD( CWallHealth, m_flSoundTime, FIELD_TIME ),
};
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseEntity )
IMPLEMENT_SAVERESTORE( CWallHealth, CBaseToggle )
LINK_ENTITY_TO_CLASS( func_healthcharger, CWallHealth )

Loading…
Cancel
Save