mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-13 06:59:15 +00:00
small fix
This commit is contained in:
parent
49ad471b2d
commit
68779a4dac
|
@ -1529,7 +1529,7 @@ CPathFind::GeneratePedCreationCoors(float x, float y, float minDist, float maxDi
|
|||
int i;
|
||||
int node1, node2;
|
||||
float node1_dist, node2_dist;
|
||||
static uint32 node_cnt;
|
||||
static int32 node_cnt;
|
||||
|
||||
if(m_numPedPathNodes == 0)
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue