summaryrefslogtreecommitdiffstats
path: root/src/Generating/Prefabs/NetherFortPrefabs.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-12 19:36:50 +0200
committermadmaxoft <github@xoft.cz>2014-04-12 19:36:50 +0200
commit83b25d085c333878e10acb18e6de9e83baf71e65 (patch)
treeee425210b493ac29e97929dee2d348e9f690cbf5 /src/Generating/Prefabs/NetherFortPrefabs.h
parentFixed issues with 64-bit MSVC compilation. (diff)
downloadcuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar.gz
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar.bz2
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar.lz
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar.xz
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.tar.zst
cuberite-83b25d085c333878e10acb18e6de9e83baf71e65.zip
Diffstat (limited to '')
-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;