generate type data

This commit is contained in:
Asuro
2025-03-20 20:18:40 +01:00
parent e16c9e0a2f
commit 551796e7ad
19 changed files with 332 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
#include "../gen/Def.h"
#include "Global.h"
#include "Instance.h"
#include "Log.h"
@@ -192,10 +193,6 @@ namespace Puzzle
continue;
if (IsValidGoalConnection(puzzle, nextPos, currentPos, goalType))
{
if (nextPos.X == 0 && nextPos.Y == 4)
{
LOG("test");
}
if (IsValidSource(GetNodeAt(puzzle, nextPos), goalType))
{
return true;