This commit is contained in:
Daveo 2001-08-18 19:28:59 +00:00
parent 82327dbcf1
commit 9846fa1cc9

View file

@ -422,9 +422,12 @@ void CProjectile::think(int _frames)
setToShutdown();
if ( m_movementType == PROJECTILE_MINE )
{
if (canRender())
{
CFX *newFX = CFX::Create( CFX::FX_TYPE_EXPLODE, Pos );
((CFXBaseAnim*)newFX)->SetScale(ONE*2);
}
CGameScene::setCameraShake(0,8);
}