ENUMified shrapnel level

This commit is contained in:
Tiger Wang
2014-03-19 23:06:39 +00:00
parent b8fe024f9d
commit 0524d70774
4 changed files with 17 additions and 15 deletions
+8 -4
View File
@@ -852,10 +852,14 @@ enum eExplosionSource
esWitherSkullBlack,
esWitherSkullBlue,
esWitherBirth,
esPlugin,
// Obsolete constants, kept for compatibility, will be removed after some time:
esCreeper = esMonster,
esPlugin
} ;
enum eShrapnelLevel
{
slNone,
slGravityAffectedOnly,
slAll
} ;
// tolua_end