mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 07:00:35 -04:00
trying to debug, additional rewrites
This commit is contained in:
parent
378b5586ab
commit
42f780a729
87 changed files with 1771 additions and 529 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <skeldal_win.h>
|
||||
#include <platform.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
@ -569,7 +569,7 @@ static int ma_play_anim(char *filename,char cls)
|
|||
curcolor=0;
|
||||
if (cls)
|
||||
{
|
||||
bar(0,0,639,479);
|
||||
bar32(0,0,639,479);
|
||||
showview(0,0,0,0);
|
||||
}
|
||||
mute_all_tracks(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue