This commit is contained in:
parent
82327dbcf1
commit
9846fa1cc9
1 changed files with 5 additions and 2 deletions
|
@ -423,8 +423,11 @@ void CProjectile::think(int _frames)
|
|||
|
||||
if ( m_movementType == PROJECTILE_MINE )
|
||||
{
|
||||
CFX *newFX = CFX::Create( CFX::FX_TYPE_EXPLODE, Pos );
|
||||
((CFXBaseAnim*)newFX)->SetScale(ONE*2);
|
||||
if (canRender())
|
||||
{
|
||||
CFX *newFX = CFX::Create( CFX::FX_TYPE_EXPLODE, Pos );
|
||||
((CFXBaseAnim*)newFX)->SetScale(ONE*2);
|
||||
}
|
||||
|
||||
CGameScene::setCameraShake(0,8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue