Remove unsupported door info in AI navigation.
Fix keyvalue length being too small.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
typedef struct
|
||||
{
|
||||
char key[33];
|
||||
char value[33];
|
||||
char value[481];
|
||||
} pKVD;
|
||||
|
||||
#define MAX_KEYVALUES 32
|
||||
|
||||
Reference in New Issue
Block a user