summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-10 21:16:13 +0100
committermadmaxoft <github@xoft.cz>2014-03-10 21:16:13 +0100
commit26d7ed661225ed092bd79c55e16134aef770ee3b (patch)
treeb633cb05865a0ce727051682408b3304d5b42d0c
parentPOCPieces: Added height. (diff)
downloadcuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar.gz
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar.bz2
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar.lz
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar.xz
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.tar.zst
cuberite-26d7ed661225ed092bd79c55e16134aef770ee3b.zip
-rw-r--r--src/Generating/POCPieceGenerator.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Generating/POCPieceGenerator.cpp b/src/Generating/POCPieceGenerator.cpp
index d7619b8ff..9ed4b565e 100644
--- a/src/Generating/POCPieceGenerator.cpp
+++ b/src/Generating/POCPieceGenerator.cpp
@@ -2,7 +2,7 @@
// POCPieceGenerator.cpp
// Implements the cPOCPieceGenerator class representing a Proof-Of_Concept structure generator using the cPieceGenerator technique
-// The generator generates a maze of rooms at {0, 100, 0}
+// The generator generates a maze of rooms at {0, 50, 0}
#include "Globals.h"
#include "POCPieceGenerator.h"
@@ -131,6 +131,7 @@ protected:
+/*
static void DebugPieces(const cPlacedPieces & a_Pieces)
{
size_t idx = 0;
@@ -143,6 +144,7 @@ static void DebugPieces(const cPlacedPieces & a_Pieces)
);
} // for itr - a_Pieces[]
}
+//*/