From b75fc5f4e8dc837f069e89541b52144defa2d1b9 Mon Sep 17 00:00:00 2001 From: "keyboard.osh@gmail.com" Date: Thu, 18 Apr 2013 02:42:45 +0000 Subject: Initial implementation of explosions and TNT block git-svn-id: http://mc-server.googlecode.com/svn/trunk@1392 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Entity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Entity.h') diff --git a/source/Entity.h b/source/Entity.h index 3d4d1244e..5871ce89c 100644 --- a/source/Entity.h +++ b/source/Entity.h @@ -67,6 +67,7 @@ public: etMob = etMonster, // DEPRECATED, use etMonster instead! etFallingBlock, etMinecart, + etTNT, // DEPRECATED older constants, left over for compatibility reasons (plugins) eEntityType_Entity = etEntity, -- cgit v1.2.3