summaryrefslogtreecommitdiffstats
path: root/source/SignEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/SignEntity.cpp')
-rw-r--r--source/SignEntity.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{
}