mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -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
|
@ -265,7 +265,7 @@ int set_channel_volume_from_sector(int channel,
|
|||
return 0;
|
||||
}
|
||||
*/
|
||||
const void *wav_load(const void *p, int32_t *s)
|
||||
const void *wav_load(const void *p, int32_t *s, int h)
|
||||
{
|
||||
const char *sr;
|
||||
char *tg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue