mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 20:26:45 -04:00
implement achievements, console supports copy to clipboard
This commit is contained in:
parent
f5450c0f92
commit
936bafca5a
12 changed files with 133 additions and 25 deletions
|
@ -188,7 +188,9 @@ void play_animation(const char *filename,char mode,int posy,char sound)
|
|||
void *mgf=map_file_to_memory(file_icase_find(filename), &sz);
|
||||
change_music(NULL);
|
||||
if (mgf==NULL) return;
|
||||
game_display_disable_crt_effect_temporary(1);
|
||||
PlayMGFFile(mgf,BigPlayProc,posy,mode & 0x80);
|
||||
game_display_disable_crt_effect_temporary(0);
|
||||
unmap_file(mgf, sz);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue