mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-22 15:14:49 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -676,7 +676,7 @@ char *get_pcx_name(char *name,int x)
|
|||
sprintf(s,"%s%05d.pcx",s,x);
|
||||
}
|
||||
else sprintf(s,"%s%04d.pcx",s,x);
|
||||
strupr(s);
|
||||
strupper(s);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -805,7 +805,7 @@ void script_compress(char *script_name)
|
|||
int j=lowq;
|
||||
ungetc(i,scr);
|
||||
i=fscanf(scr,"%s %d %d %d %d",s,&j,&min_fr,&max_fr,&colorq);
|
||||
strupr(s);
|
||||
strupper(s);
|
||||
if (!strcmp(s,"FRAMESTEP")) frame_step=j;
|
||||
else
|
||||
if (!strcmp(s,"STATIC")) statpic=j;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue