This commit is contained in:
Charles 2001-02-08 15:34:18 +00:00
parent 3c2bcb6c01
commit b1cf92f44b
6 changed files with 47 additions and 1 deletions

View file

@ -214,6 +214,13 @@ void CProjectile::think(int _frames)
break;
}
case PROJECTILE_GAS_CLOUD:
{
// expand but don't move
break;
}
case PROJECTILE_DUMBFIRE:
default:
{