Browse Source

Fixed wrong base class specified. (#224)

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

2
dlls/h_battery.cpp

@ -60,7 +60,7 @@ TYPEDESCRIPTION CRecharge::m_SaveData[] =
DEFINE_FIELD( CRecharge, m_flSoundTime, FIELD_TIME ), DEFINE_FIELD( CRecharge, m_flSoundTime, FIELD_TIME ),
}; };
IMPLEMENT_SAVERESTORE( CRecharge, CBaseEntity ) IMPLEMENT_SAVERESTORE( CRecharge, CBaseToggle )
LINK_ENTITY_TO_CLASS( func_recharge, CRecharge ) LINK_ENTITY_TO_CLASS( func_recharge, CRecharge )

Loading…
Cancel
Save