summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefabs/NetherFortPrefabs.h
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-12 19:55:37 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-12 19:55:37 +0200
commit2689a63e9cf61befba38a20b0bc0503070b05dfe (patch)
tree847a53356aa91ca677c9fc57e917ee9f9bd7fd6d /src/Generating/Prefabs/NetherFortPrefabs.h
parentFixed Bookshelves Checking (not completly) (diff)
parentUpdated the NetherFort prefabs to current Gallery contents. (diff)
downloadcuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.gz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.bz2
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.lz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.xz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.zst
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.zip
Diffstat (limited to 'src/Generating/Prefabs/NetherFortPrefabs.h')
-rw-r--r--src/Generating/Prefabs/NetherFortPrefabs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Generating/Prefabs/NetherFortPrefabs.h b/src/Generating/Prefabs/NetherFortPrefabs.h
index 37a91689d..04edc2953 100644
--- a/src/Generating/Prefabs/NetherFortPrefabs.h
+++ b/src/Generating/Prefabs/NetherFortPrefabs.h
@@ -1,7 +1,7 @@
// NetherFortPrefabs.h
-// Declares the data used for nether fortress prefabs
+// Declares the prefabs in the group NetherFort
#include "../Prefab.h"
@@ -9,7 +9,7 @@
-extern const cPrefab::sDef g_NetherFortPrefabs1[];
-extern const cPrefab::sDef g_NetherFortStartingPrefabs1[];
-extern const size_t g_NetherFortPrefabs1Count;
-extern const size_t g_NetherFortStartingPrefabs1Count;
+extern const cPrefab::sDef g_NetherFortPrefabs[];
+extern const cPrefab::sDef g_NetherFortStartingPrefabs[];
+extern const size_t g_NetherFortPrefabsCount;
+extern const size_t g_NetherFortStartingPrefabsCount;