1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Remove hooks. All string code now implemented

This commit is contained in:
duncanspumpkin
2016-06-15 19:11:51 +01:00
parent 19cd56b9c2
commit 31812a08a5

View File

@@ -589,9 +589,7 @@ bool openrct2_setup_rct2_segment()
*/
static void openrct2_setup_rct2_hooks()
{
addhook(0x006C42D9, (int)scrolling_text_setup, 0, (int[]){EAX, ECX, EBP, END}, 0, EBX); // remove when all callers are decompiled
addhook(0x006C2321, (int)gfx_get_string_width, 0, (int[]){ESI, END}, 0, ECX); // remove when all callers are decompiled
addhook(0x006C2555, (int)format_string, 0, (int[]){EDI, EAX, ECX, END}, 0, 0); // remove when all callers are decompiled
// None for now
}
#if _MSC_VER >= 1900