Animated w_ model of spore launcher (#257)

This commit is contained in:
Roman Chistokhodov 2022-06-16 13:14:06 +03:00 committed by GitHub
parent be0a35053a
commit 6fdb87e117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}