ENUMified shrapnel level
This commit is contained in:
+8
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user