summaryrefslogtreecommitdiffstats
path: root/src/Entities/TNTEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/TNTEntity.h')
-rw-r--r--src/Entities/TNTEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/TNTEntity.h b/src/Entities/TNTEntity.h
index df61b14f5..48503cf76 100644
--- a/src/Entities/TNTEntity.h
+++ b/src/Entities/TNTEntity.h
@@ -14,7 +14,7 @@ class cTNTEntity :
public:
// tolua_end
- CLASS_PROTODEF(cTNTEntity);
+ CLASS_PROTODEF(cTNTEntity)
cTNTEntity(double a_X, double a_Y, double a_Z, int a_FuseTicks = 80);
cTNTEntity(const Vector3d & a_Pos, int a_FuseTicks = 80);