small fix

This commit is contained in:
Nikolay Korolev 2020-10-11 13:05:41 +03:00
parent 49ad471b2d
commit 68779a4dac
1 changed files with 1 additions and 1 deletions

View File

@ -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;