1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Remove unused 0x13CA742

This commit is contained in:
Michał Janiszewski
2016-09-12 18:27:21 +02:00
parent 305a949745
commit 5603e11d49
3 changed files with 3 additions and 3 deletions

View File

@@ -408,7 +408,7 @@ void S6Exporter::Export()
_s6.byte_13CA740 = gUnk13CA740;
_s6.climate = gClimate;
// pad_13CA741;
memcpy(_s6.byte_13CA742, RCT2_ADDRESS(0x013CA742, uint8), sizeof(_s6.byte_13CA742));
// byte_13CA742
// pad_013CA747
_s6.climate_update_timer = gClimateUpdateTimer;
_s6.current_weather = gClimateCurrentWeather;

View File

@@ -326,7 +326,7 @@ void S6Importer::Import()
gUnk13CA740 = _s6.byte_13CA740;
gClimate = _s6.climate;
// pad_13CA741;
memcpy(RCT2_ADDRESS(0x013CA742, uint8), _s6.byte_13CA742, sizeof(_s6.byte_13CA742));
// byte_13CA742
// pad_013CA747
gClimateUpdateTimer = _s6.climate_update_timer;
gClimateCurrentWeather = _s6.current_weather;

View File

@@ -307,7 +307,7 @@ typedef struct rct_s6_data {
uint8 pad_13CA73F;
uint8 byte_13CA740;
uint8 pad_13CA741;
uint8 byte_13CA742[4];
uint8 byte_13CA742[4]; // unused
uint8 climate;
uint8 pad_013CA747;
uint16 climate_update_timer;