mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 15:40:28 -04:00
translation for shops, maps, titles
This commit is contained in:
parent
45bb0c8431
commit
f1f6cff78f
4 changed files with 59 additions and 5 deletions
|
@ -129,7 +129,7 @@ static void PlayMGFFile(const void *file, MGIF_PROC proc,int ypos,char full)
|
|||
{
|
||||
int32_t scr_linelen2 = GetScreenPitch();
|
||||
mgif_install_proc(proc);
|
||||
sound=PrepareVideoSound(22050,256*1024);
|
||||
sound=PrepareVideoSound(22050,226*1024);
|
||||
picture=getmem(2*3+320*180*2);
|
||||
picture[0]=320;
|
||||
picture[1]=180;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue