mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-14 18:28:12 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -323,7 +323,7 @@ static int get_data_handle(char *filename,void *dec)
|
|||
|
||||
static void insert_picture(char *filename,int align,int line,int lsize)
|
||||
{
|
||||
int x, y;
|
||||
int x=0, y=0;
|
||||
const short *psiz;
|
||||
char *c=write_buff;
|
||||
|
||||
|
@ -391,7 +391,7 @@ static char read_tag(TMPFILE_RD *txt)
|
|||
while (c!='>')
|
||||
{
|
||||
c=read_set(txt,var,set);
|
||||
if (!strcmp(var,SRC)) strncpy(pic_name,set,49);
|
||||
if (!strcmp(var,SRC)) strcopy_n(pic_name,set,49);
|
||||
else if (!strcmp(var,ALIGN))
|
||||
{
|
||||
if (!strcmp(set,ALEFT)) alig=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue