| 817 | |
| 818 | |
| 819 | void cGhastFireballEntity::Explode(int a_BlockX, int a_BlockY, int a_BlockZ) |
| 820 | { |
| 821 | m_World->DoExplosionAt(1, a_BlockX, a_BlockY, a_BlockZ, true, esGhastFireball, this); |
| 822 | } |
| 823 | |
| 824 | |
| 825 |
nothing calls this directly
no test coverage detected