summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/SignEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/BlockEntities/SignEntity.h')
-rw-r--r--source/BlockEntities/SignEntity.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/BlockEntities/SignEntity.h b/source/BlockEntities/SignEntity.h
index 50706bdfe..d998ff1e8 100644
--- a/source/BlockEntities/SignEntity.h
+++ b/source/BlockEntities/SignEntity.h
@@ -33,12 +33,9 @@ class cSignEntity :
public:
- /// Creates a new empty sign entity at the specified block coords and block type (wall or standing)
- /// Used mainly by plugins while generating chunks
- cSignEntity(BLOCKTYPE a_BlockType, int a_BlockX, int a_BlockY, int a_BlockZ);
-
// tolua_end
+ /// Creates a new empty sign entity at the specified block coords and block type (wall or standing). a_World may be NULL
cSignEntity(BLOCKTYPE a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World);
bool LoadFromJson( const Json::Value& a_Value );