mirror of
https://github.com/td512/re3.git
synced 2026-03-05 00:04:49 +00:00
sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user