From 21c96249fa6e9d4c65b4d897d4b6e2f48371e620 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 19 Jan 2014 02:44:22 -0500 Subject: Schematic: Read slice probability table from schematic descriptors --- src/mapgen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapgen.cpp') diff --git a/src/mapgen.cpp b/src/mapgen.cpp index 4433a2a58..a07f24db5 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -789,6 +789,7 @@ bool DecoSchematic::loadSchematicFile() { Version changes: 1 - Initial version 2 - Fixed messy never/always place; 0 probability is now never, 0xFF is always + 3 - Added y-slice probabilities; this allows for variable height structures */ void DecoSchematic::saveSchematicFile(INodeDefManager *ndef) { std::ostringstream ss(std::ios_base::binary); -- cgit v1.2.3