mirror of
https://github.com/halpz/re3.git
synced 2025-07-11 15:18:25 +00:00
add the bad crack "features" behind SECUROM define
This commit is contained in:
@ -1872,6 +1872,12 @@ void CMissionCleanup::Process()
|
||||
m_sEntities[i].type = CLEANUP_UNUSED;
|
||||
m_nCount--;
|
||||
}
|
||||
#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