From 3e549a7d4484340d8d71500a7e61f81f403f48cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Sat, 29 Aug 2020 19:22:25 +0300 Subject: CGame done, Peds, fixes --- src/peds/Population.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peds/Population.h') diff --git a/src/peds/Population.h b/src/peds/Population.h index eaf3eade..4ea45e7e 100644 --- a/src/peds/Population.h +++ b/src/peds/Population.h @@ -66,7 +66,7 @@ public: static uint32 NumMiamiViceCops; static void Initialise(); - static void Update(void); + static void Update(bool); static void LoadPedGroups(); static void UpdatePedCount(ePedType, bool); static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool); -- cgit v1.2.3