From 59fe50125403b0bddd23ad829ac7e9e4570dc926 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lortie Date: Wed, 8 Dec 2021 20:02:49 -0500 Subject: [PATCH] Fixed wrong base class specified. (#222) --- 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 98432d06..916913f2 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 ) {