diff options
Diffstat (limited to '')
-rw-r--r-- | source/SignEntity.cpp | 2 |
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) { } |