mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -153,7 +153,7 @@ static EVENT_PROC(mob_reload)
|
|||
if (counter++==10)
|
||||
{
|
||||
TMOB *m;
|
||||
long vl;
|
||||
int32_t vl;
|
||||
|
||||
static int last;
|
||||
counter=0;
|
||||
|
@ -344,7 +344,7 @@ static void mob_sound_event(TMOB *m,int event)
|
|||
play_sample_at_sector(m->cislo_vzoru+16*6+event+monster_block,viewsector,m->sector,0,0);
|
||||
}
|
||||
|
||||
void load_enemies(short *data,int size,int *grptr,TMOB *template,long tsize)
|
||||
void load_enemies(short *data,int size,int *grptr,TMOB *template,int32_t tsize)
|
||||
{
|
||||
int i;
|
||||
short cisla[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue