mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Blood: Fix missed change integer to enum change for StartQAV()
call missed from 77704d54d9
.
This commit is contained in:
parent
98d3850b95
commit
e699c264f0
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ void WeaponLower(PLAYER *pPlayer)
|
|||
if (VanillaMode() || (pPlayer->newWeapon != 0))
|
||||
break;
|
||||
pPlayer->weaponState = 1;
|
||||
StartQAV(pPlayer, 11, -1, 0);
|
||||
StartQAV(pPlayer, kQAVCANDOWN);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue