From 502935c061ea913180f0a77a7406f5292e697c79 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Apr 2013 21:21:57 +0000 Subject: Mineshafts: Added random loot to generated chests and fixed chest direction git-svn-id: http://mc-server.googlecode.com/svn/trunk@1365 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/SignEntity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/SignEntity.cpp') diff --git a/source/SignEntity.cpp b/source/SignEntity.cpp index f2ac4b0b1..0f952426a 100644 --- a/source/SignEntity.cpp +++ b/source/SignEntity.cpp @@ -14,7 +14,7 @@ -cSignEntity::cSignEntity(ENUM_BLOCK_ID a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World) +cSignEntity::cSignEntity(BLOCKTYPE a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World) : cBlockEntity(a_BlockType, a_X, a_Y, a_Z, a_World) { } -- cgit v1.2.3