1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Merge pull request #1082 from trigger-death/decompiled-functions

Decompiled sub_6EC847 & sub_664D05
This commit is contained in:
Ted John
2015-05-17 18:21:42 +01:00
8 changed files with 231 additions and 59 deletions

View File

@@ -635,7 +635,7 @@ static void window_sign_small_dropdown()
((w->var_492 & 0x7) << 5);
map_element->flags |= ((w->var_492 & 0x18) << 2);
sub_6EC847(x, y, map_element->base_height * 8, map_element->clearance_height * 8);
gfx_invalidate_viewport_tile(x, y, map_element->base_height * 8, map_element->clearance_height * 8);
window_invalidate(w);
}