1
0

Added thunder sound effect to CastThunderbolt()

This commit is contained in:
b33duck 2015-05-15 18:10:34 -07:00
parent 5a1be26203
commit a511db78ca

View File

@ -362,6 +362,7 @@ cWorld::~cWorld()
void cWorld::CastThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ)
{
BroadcastThunderbolt(a_BlockX, a_BlockY, a_BlockZ);
BroadcastSoundEffect("ambient.weather.thunder", a_BlockX, a_BlockY, a_BlockZ, 50, 1);
}