From 8c4ce3e1aca236d33a77de5fd5eabeaf4022a061 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lortie Date: Wed, 8 Dec 2021 18:39:57 -0500 Subject: [PATCH] Fixed wrong base class specified. --- dlls/func_break.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/func_break.cpp b/dlls/func_break.cpp index fb3352281..4a9449076 100644 --- a/dlls/func_break.cpp +++ b/dlls/func_break.cpp @@ -139,7 +139,7 @@ TYPEDESCRIPTION CBreakable::m_SaveData[] = // Explosion magnitude is stored in pev->impulse }; -IMPLEMENT_SAVERESTORE( CBreakable, CBaseEntity ); +IMPLEMENT_SAVERESTORE( CBreakable, CBaseDelay ); void CBreakable::Spawn( void ) {