chore: disabled "Goal" generation from initial state
This commit is contained in:
parent
8e7aff213b
commit
439ca8e566
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@ void Generator::initialise_state() {
|
|||
}
|
||||
print_line("Writing start & goal");
|
||||
this->state->set_at({ 0, y }, Terminals::Start);
|
||||
#if 0
|
||||
this->state->set_at({ this->state->size.x - 1, y }, Terminals::Goal);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Generator::ready() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue