summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefab.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2017-02-13 18:08:27 +0100
committerGitHub <noreply@github.com>2017-02-13 18:08:27 +0100
commit7b8380c6df0d532419bee86009fbd3d77b0a818f (patch)
treede5267740459c2b9b6b6a1296e9d43eb7ac8ec28 /src/Generating/Prefab.h
parentMade survival the default gamemode (#3563) (diff)
parentPieceGenerator: Added rotation-aware vertical connectors. (diff)
downloadcuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar.gz
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar.bz2
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar.lz
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar.xz
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.tar.zst
cuberite-7b8380c6df0d532419bee86009fbd3d77b0a818f.zip
Diffstat (limited to 'src/Generating/Prefab.h')
-rw-r--r--src/Generating/Prefab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/Prefab.h b/src/Generating/Prefab.h
index bb961f2b3..59b80a8a8 100644
--- a/src/Generating/Prefab.h
+++ b/src/Generating/Prefab.h
@@ -132,7 +132,7 @@ public:
void SetAddWeightIfSame(int a_AddWeightIfSame) { m_AddWeightIfSame = a_AddWeightIfSame; }
/** Adds the specified connector to the list of connectors this piece supports. */
- void AddConnector(int a_RelX, int a_RelY, int a_RelZ, eBlockFace a_Direction, int a_Type);
+ void AddConnector(int a_RelX, int a_RelY, int a_RelZ, cPiece::cConnector::eDirection a_Direction, int a_Type);
/** Returns whether the prefab should be moved Y-wise to ground before drawing, rather than staying
at the coords governed by the connectors. */