From ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 19 Nov 2019 09:59:59 -0800 Subject: shrug --- Source/Randomizer2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Randomizer2.cpp') diff --git a/Source/Randomizer2.cpp b/Source/Randomizer2.cpp index adf8eb6..00b584e 100644 --- a/Source/Randomizer2.cpp +++ b/Source/Randomizer2.cpp @@ -34,6 +34,7 @@ void Randomizer2::RandomizeTutorial() { Puzzle p; p.NewGrid(6, 6); + // @Bug: Mid-segment endpoints are not yet supported. switch (Random::RandInt(1, 4)) { case 1: p.grid[Random::RandInt(0, p.width-1)][0].end = Cell::Dir::UP; @@ -93,6 +94,7 @@ void Randomizer2::RandomizeTutorial() { p.grid[12][12].start = true; p.grid[6][0].end = Cell::Dir::UP; + // @Cleanup std::vector cuts; bool toTheRight; // Start by generating a cut line, to ensure one of the two startpoints is inaccessible -- cgit 1.4.1