1
0

Merge branch 'master' into PreventNewWarnings

This commit is contained in:
tycho
2015-05-23 11:31:03 +01:00
21 changed files with 143 additions and 61 deletions

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);
}