mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 16:14:09 +00:00
sync
This commit is contained in:
commit
23831e38e6
27 changed files with 508 additions and 329 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