mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Blah blah blah
git-svn-id: https://svn.eduke32.com/eduke32@299 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
55392349bb
commit
784dfe8aa7
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue