1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:43:12 +00:00

small fix

This commit is contained in:
Nikolay Korolev 2020-10-11 13:05:41 +03:00
parent 49ad471b2d
commit 68779a4dac

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;