summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGenerator.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-05-05 23:05:30 +0200
committermadmaxoft <github@xoft.cz>2014-05-05 23:05:30 +0200
commit9542b0b8755e89040823632b05ef07c8e39912b8 (patch)
tree6ba5c5274ddf904c667f8ff5922d49a223d29bda /src/Generating/PieceGenerator.h
parentPrefabs can specify that they don't want flooring. (diff)
downloadcuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar.gz
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar.bz2
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar.lz
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar.xz
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.tar.zst
cuberite-9542b0b8755e89040823632b05ef07c8e39912b8.zip
Diffstat (limited to 'src/Generating/PieceGenerator.h')
-rw-r--r--src/Generating/PieceGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Generating/PieceGenerator.h b/src/Generating/PieceGenerator.h
index f4433b947..16bec3bb4 100644
--- a/src/Generating/PieceGenerator.h
+++ b/src/Generating/PieceGenerator.h
@@ -38,7 +38,8 @@ public:
/** Position relative to the piece */
Vector3i m_Pos;
- /** Type of the connector. Any arbitrary number; the generator connects only connectors of the same type. */
+ /** Type of the connector. Any arbitrary number; the generator connects only connectors of opposite
+ (negative) types. */
int m_Type;
/** Direction in which the connector is facing.