diff --git a/source/projectl/projectl.cpp b/source/projectl/projectl.cpp index 8b9b36473..14e504e69 100644 --- a/source/projectl/projectl.cpp +++ b/source/projectl/projectl.cpp @@ -404,6 +404,7 @@ void CPlayerProjectile::init() m_extension = 0; m_frame = 0; m_reversed = 0; + m_isShuttingDown = false; } void CPlayerProjectile::init( DVECTOR initPos, s16 initHeading )