mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 20:55:01 -04:00
fix shops
This commit is contained in:
parent
99378da298
commit
42087c926c
10 changed files with 143 additions and 139 deletions
|
@ -164,7 +164,8 @@ static void dialog_anim(va_list args)
|
|||
mgif_install_proc(animace_kouzla);
|
||||
const char *ch = build_pathname(2,gpathtable[SR_DIALOGS], block);
|
||||
free(block);
|
||||
aptr=load_file(ch);
|
||||
size_t loadsize;
|
||||
aptr=load_file(ch, &loadsize);
|
||||
do
|
||||
{
|
||||
anm=open_mgif(aptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue