1
0
mirror of https://github.com/td512/re3.git synced 2026-03-05 00:04:49 +00:00
This commit is contained in:
Nikolay Korolev
2021-01-20 21:14:12 +03:00
27 changed files with 508 additions and 329 deletions

View File

@@ -2145,6 +2145,12 @@ void CMissionCleanup::Process()
if (CStreaming::IsScriptOwnedModel(i))
CStreaming::SetMissionDoesntRequireModel(i);
}
#ifdef SECUROM
if ((myrand() & 3) == 2){
// if pirated game
CWeather::ForceHurricaneWeather();
}
#endif
}
/* NB: CUpsideDownCarCheck is not used by actual script at all