1
0

Did what xoft recommended

This commit is contained in:
Tiger Wang
2014-01-25 21:29:27 +00:00
parent 6fa3a0cf70
commit cdd6478cea
2 changed files with 6 additions and 2 deletions

View File

@@ -89,4 +89,8 @@ void cCreeper::Attack(float a_Dt)
m_World->DoExplosionAt((m_bIsCharged ? 5 : 3), GetPosX(), GetPosY(), GetPosZ(), false, esMonster, this);
Destroy();
}
}
}