From 68779a4dac2beda28c0b5ae520b8eb81b5cede1c Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 11 Oct 2020 13:05:41 +0300 Subject: [PATCH] small fix --- src/control/PathFind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/PathFind.cpp b/src/control/PathFind.cpp index b357e085..14aead04 100644 --- a/src/control/PathFind.cpp +++ b/src/control/PathFind.cpp @@ -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;