mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 07:40:01 +00:00
fix
This commit is contained in:
parent
6bebde8279
commit
193fb2a381
|
@ -77,6 +77,7 @@ bool CRunningScript::ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool f
|
||||||
default:
|
default:
|
||||||
return miami && (mi >= MI_VICE1 && mi <= MI_VICE8);
|
return miami && (mi >= MI_VICE1 && mi <= MI_VICE8);
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int8 CRunningScript::ProcessCommands1000To1099(int32 command)
|
int8 CRunningScript::ProcessCommands1000To1099(int32 command)
|
||||||
|
|
Loading…
Reference in a new issue