1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Nullkiller: allow buy army through pathfinder

This commit is contained in:
Andrii Danylchenko
2021-05-16 14:57:26 +03:00
committed by Andrii Danylchenko
parent 673d908c40
commit 3822d788e8
15 changed files with 251 additions and 69 deletions

View File

@@ -11,7 +11,7 @@
#pragma once
#define PATHFINDER_TRACE_LEVEL 0
#define AI_TRACE_LEVEL 0
#define AI_TRACE_LEVEL 2
#define SCOUT_TURN_DISTANCE_LIMIT 3
#include "../../../lib/CPathfinder.h"