mostly miscilaneous changes (some old stuff that I don't remember), lightsampling changes, qtv changes, avi sound changes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2379 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4c32449d26
commit
42c43d960f
60 changed files with 2066 additions and 643 deletions
|
@ -2912,7 +2912,7 @@ newstyle:
|
|||
strcpy (destfile, qcc_token);
|
||||
|
||||
#ifndef QCCONLY
|
||||
p=1;
|
||||
p=0;
|
||||
s2 = strcpy(destfile2, destfile);
|
||||
if (!strncmp(s2, "./", 2))
|
||||
s2+=2;
|
||||
|
@ -2933,10 +2933,7 @@ newstyle:
|
|||
p--;
|
||||
}
|
||||
}
|
||||
if (s>=qccmfilename)
|
||||
sprintf(destfile, "%s%s", qccmfilename, s2);
|
||||
else
|
||||
sprintf(destfile, "%s", s2);
|
||||
sprintf(destfile, "%s", s2);
|
||||
|
||||
while (p>0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue