diff options
author | madmaxoft <github@xoft.cz> | 2014-05-05 23:05:30 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-05-05 23:05:30 +0200 |
commit | 9542b0b8755e89040823632b05ef07c8e39912b8 (patch) | |
tree | 6ba5c5274ddf904c667f8ff5922d49a223d29bda /src/Generating/PieceGenerator.h | |
parent | Prefabs can specify that they don't want flooring. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Generating/PieceGenerator.h | 3 |
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. |