support for hotpatching to restore ADV patch support

This commit is contained in:
Ondřej Novák 2025-03-25 19:47:01 +01:00
parent 2be7f5d2b2
commit 04b57b4088
14 changed files with 168 additions and 278 deletions

View file

@ -582,7 +582,7 @@ void bott_text_forever()
bott_timer=NULL;
}
const void *bott_draw_proc(const void *p, int32_t *s)
const void *bott_draw_proc(const void *p, int32_t *s, int h)
{
switch (bott_display)
{