From 193fb2a381af6ec86e2e38c854a4a6b017aa2645 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Sat, 16 Jan 2021 13:24:22 +0300 Subject: fix --- src/control/Script6.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/control/Script6.cpp') diff --git a/src/control/Script6.cpp b/src/control/Script6.cpp index 76780941..b82c961d 100644 --- a/src/control/Script6.cpp +++ b/src/control/Script6.cpp @@ -77,6 +77,7 @@ bool CRunningScript::ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool f default: return miami && (mi >= MI_VICE1 && mi <= MI_VICE8); } + return false; } int8 CRunningScript::ProcessCommands1000To1099(int32 command) -- cgit v1.2.3