diff options
author | erorcun <erayorcunus@gmail.com> | 2020-08-30 22:24:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 22:24:39 +0200 |
commit | b7456c604db963cd7ec065b896d23640d5713167 (patch) | |
tree | 190857b8b0db08b78a17fb5bdfaefa29768834aa /src/peds/Population.h | |
parent | stupid zone load fix (diff) | |
parent | CGame done, Peds, fixes (diff) | |
download | re3-b7456c604db963cd7ec065b896d23640d5713167.tar re3-b7456c604db963cd7ec065b896d23640d5713167.tar.gz re3-b7456c604db963cd7ec065b896d23640d5713167.tar.bz2 re3-b7456c604db963cd7ec065b896d23640d5713167.tar.lz re3-b7456c604db963cd7ec065b896d23640d5713167.tar.xz re3-b7456c604db963cd7ec065b896d23640d5713167.tar.zst re3-b7456c604db963cd7ec065b896d23640d5713167.zip |
Diffstat (limited to 'src/peds/Population.h')
-rw-r--r-- | src/peds/Population.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |