Blah blah blah

git-svn-id: https://svn.eduke32.com/eduke32@299 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-09-24 04:44:54 +00:00
parent 55392349bb
commit 784dfe8aa7
2 changed files with 3 additions and 3 deletions

View File

@ -4315,9 +4315,8 @@ SKIPJIBS:
if(fta_quotes[i] != NULL)
{
if (ud.user_name[j][0])
Bsprintf(fta_quotes[i],"%s",ud.user_name[j]);
else
Bsprintf(fta_quotes[i],"%d",j);
Bstrcpy(fta_quotes[i],ud.user_name[j]);
else Bsprintf(fta_quotes[i],"%d",j);
} else OSD_Printf("%s %d null quote %d\n",__FILE__,__LINE__,i);
break;
case CON_QSTRCAT:

View File

@ -755,6 +755,7 @@ void prelevel(char g)
while(i >= 0)
{
nexti = nextspritestat[i];
ResetActorGameVars(i);
LoadActor(i, -1, -1);
if(sprite[i].lotag == -1 && (sprite[i].cstat&16) )
{