mirror of
https://github.com/halpz/re3.git
synced 2025-07-11 15:18:25 +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