MadaraTajima
God Of Konoha " Hidden Leaf "
in map.h there is code at line 48
what does node actually means ?
Code:
#define MAX_NODES 512
what does node actually means ?
#define MAX_NODES 512
I suspect max A-star map path nodes.
But it can be anything, as I have no idea where you took that line from
static const int32_t maxViewportX = 11; //min value: maxClientViewportX + 1
static const int32_t maxViewportY = 11; //min value: maxClientViewportY + 1
static const int32_t maxClientViewportX = 8;
static const int32_t maxClientViewportY = 6;
static const int32_t maxViewportX = 15; //min value: maxClientViewportX + 1
static const int32_t maxViewportY = 15; //min value: maxClientViewportY + 1
static const int32_t maxClientViewportX = 12;
static const int32_t maxClientViewportY = 10;