Remove unsupported door info in AI navigation.

Fix keyvalue length being too small.
This commit is contained in:
Giegue
2023-04-03 12:51:01 -03:00
parent 62c17b14e4
commit fb92c2369f
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
typedef struct
{
char key[33];
char value[33];
char value[481];
} pKVD;
#define MAX_KEYVALUES 32