mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-03 23:34:07 +00:00
add the bad crack "features" behind SECUROM define
This commit is contained in:
parent
0b0d286f5c
commit
d5ce8b1ea3
12 changed files with 104 additions and 10 deletions
|
@ -326,6 +326,11 @@ GenericLoad()
|
|||
ReadDataFromBufferPointer(buf, CWeather::OldWeatherType);
|
||||
ReadDataFromBufferPointer(buf, CWeather::NewWeatherType);
|
||||
ReadDataFromBufferPointer(buf, CWeather::ForcedWeatherType);
|
||||
#ifdef SECUROM
|
||||
if (CTimer::m_FrameCounter > 72000){
|
||||
buf += align4bytes(4);
|
||||
}
|
||||
#endif
|
||||
ReadDataFromBufferPointer(buf, CWeather::InterpolationValue);
|
||||
ReadDataFromBufferPointer(buf, CWeather::WeatherTypeInList);
|
||||
#ifdef COMPATIBLE_SAVES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue