1
0

Replaced esCreeper with esMonster.

Any monster will be able to explode, and also this fixes #425.
This commit is contained in:
madmaxoft
2013-12-23 22:36:22 +01:00
parent 5af74fe77c
commit 5bbe72bc90
3 changed files with 7 additions and 4 deletions

View File

@@ -833,14 +833,17 @@ enum eExplosionSource
{
esOther,
esPrimedTNT,
esCreeper,
esMonster,
esBed,
esEnderCrystal,
esGhastFireball,
esWitherSkullBlack,
esWitherSkullBlue,
esWitherBirth,
esPlugin
esPlugin,
// Obsolete constants, kept for compatibility, will be removed after some time:
esCreeper = esMonster,
} ;
// tolua_end