1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

do more cleanup of old object code

This commit is contained in:
Ted John
2016-07-02 22:13:37 +01:00
parent faf1f08b7f
commit 7124143b89
8 changed files with 62 additions and 261 deletions

View File

@@ -47,11 +47,8 @@ void WaterObject::Load()
_legacyType.var_06 = _legacyType.image_id + 1;
_legacyType.var_0A = _legacyType.image_id + 4;
if (RCT2_GLOBAL(0x009ADAFD, uint8) == 0)
{
load_palette();
gfx_invalidate_screen();
}
load_palette();
gfx_invalidate_screen();
}
void WaterObject::Unload()