1
0

BlockEntities: Removed the extra semicolon.

This commit is contained in:
Mattes D
2014-11-27 22:42:08 +01:00
parent 186b2f3bd0
commit a6ed5cb1d8
16 changed files with 25 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ public:
// tolua_end
BLOCKENTITY_PROTODEF(cSignEntity);
BLOCKENTITY_PROTODEF(cSignEntity)
/// Creates a new empty sign entity at the specified block coords and block type (wall or standing). a_World may be nullptr
cSignEntity(BLOCKTYPE a_BlockType, int a_X, int a_Y, int a_Z, cWorld * a_World);