From 8fae2dcc263cd8edeb7d2f55c95369457d6d2ded Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Mon, 11 May 2020 21:04:35 +0300 Subject: garages + script --- src/core/Wanted.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/Wanted.cpp') diff --git a/src/core/Wanted.cpp b/src/core/Wanted.cpp index ff82edad..d2623431 100644 --- a/src/core/Wanted.cpp +++ b/src/core/Wanted.cpp @@ -462,3 +462,10 @@ CWanted::UpdateCrimesQ(void) } } } + +void +CWanted::Suspend(void) +{ + // TODO(MIAMI)! + Reset(); // <- temporary +} -- cgit v1.2.3