mirror of
https://github.com/halpz/re3.git
synced 2024-12-26 18:15:27 +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 i;
|
||||||
int node1, node2;
|
int node1, node2;
|
||||||
float node1_dist, node2_dist;
|
float node1_dist, node2_dist;
|
||||||
static uint32 node_cnt;
|
static int32 node_cnt;
|
||||||
|
|
||||||
if(m_numPedPathNodes == 0)
|
if(m_numPedPathNodes == 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue