I can validate that a map is pathable, but can't fix it.

This commit is contained in:
Zed A. Shaw 2026-03-10 00:42:58 -04:00
parent 74f92dfe2c
commit 8090251a71
7 changed files with 116 additions and 21 deletions

View file

@ -60,7 +60,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests
gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests "[mazes]"
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" scripts\win_installer.ifp'