mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01: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 New Issue
Block a user