summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-09-25 18:37:24 +0200
committerHowaner <franzi.moos@googlemail.com>2014-09-25 18:37:24 +0200
commitdaf5127b28f3c6884e94fc066b3e5e117a6b5d35 (patch)
treef4f3353962c83967a23b4ee9ba5476697f383be9 /src/Entities/HangingEntity.h
parentMerge pull request #1449 from mc-server/WorldLoader (diff)
downloadcuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar.gz
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar.bz2
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar.lz
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar.xz
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.tar.zst
cuberite-daf5127b28f3c6884e94fc066b3e5e117a6b5d35.zip
Diffstat (limited to 'src/Entities/HangingEntity.h')
-rw-r--r--src/Entities/HangingEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/HangingEntity.h b/src/Entities/HangingEntity.h
index 3593f9ede..455f2f23f 100644
--- a/src/Entities/HangingEntity.h
+++ b/src/Entities/HangingEntity.h
@@ -24,7 +24,7 @@ public:
eBlockFace GetDirection() const { return m_BlockFace; } // tolua_export
/** Set the orientation from the hanging entity */
- void SetDirection(eBlockFace a_BlockFace) { m_BlockFace = a_BlockFace; } // tolua_export
+ void SetDirection(eBlockFace a_BlockFace); // tolua_export
/** Returns the X coord. */
int GetTileX() const { return POSX_TOINT; } // tolua_export