Animated w_ model of spore launcher

This commit is contained in:
Roman Chistokhodov 2022-06-16 12:23:32 +03:00
parent be0a35053a
commit 0bd2032bec
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ void CSporelauncher::Spawn()
m_iDefaultAmmo = SPORELAUNCHER_DEFAULT_GIVE;
pev->animtime = gpGlobals->time;
pev->framerate = 1.0f;
FallInit();// get ready to fall
}