mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
support for hotpatching to restore ADV patch support
This commit is contained in:
parent
2be7f5d2b2
commit
04b57b4088
14 changed files with 168 additions and 278 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue