This commit is contained in:
parent
3c2bcb6c01
commit
b1cf92f44b
6 changed files with 47 additions and 1 deletions
|
@ -214,6 +214,13 @@ void CProjectile::think(int _frames)
|
|||
break;
|
||||
}
|
||||
|
||||
case PROJECTILE_GAS_CLOUD:
|
||||
{
|
||||
// expand but don't move
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case PROJECTILE_DUMBFIRE:
|
||||
default:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue