From e66bb9b864ad8e917f20879d5a4a31fc744c766c Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Fri, 25 Jul 2014 07:35:55 +0200 Subject: Allow use all 6 faces for special tiles. Protocol version bump. --- src/nodedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 6845e237d..1f596e46b 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -151,7 +151,7 @@ enum NodeDrawType // uses 2 textures, one for frames, second for faces }; -#define CF_SPECIAL_COUNT 2 +#define CF_SPECIAL_COUNT 6 struct ContentFeatures { -- cgit v1.2.3