mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 11:34:14 +01: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 New Issue
Block a user