mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 08:50:55 +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(fta_quotes[i] != NULL)
|
||||||
{
|
{
|
||||||
if (ud.user_name[j][0])
|
if (ud.user_name[j][0])
|
||||||
Bsprintf(fta_quotes[i],"%s",ud.user_name[j]);
|
Bstrcpy(fta_quotes[i],ud.user_name[j]);
|
||||||
else
|
else Bsprintf(fta_quotes[i],"%d",j);
|
||||||
Bsprintf(fta_quotes[i],"%d",j);
|
|
||||||
} else OSD_Printf("%s %d null quote %d\n",__FILE__,__LINE__,i);
|
} else OSD_Printf("%s %d null quote %d\n",__FILE__,__LINE__,i);
|
||||||
break;
|
break;
|
||||||
case CON_QSTRCAT:
|
case CON_QSTRCAT:
|
||||||
|
|
|
@ -755,6 +755,7 @@ void prelevel(char g)
|
||||||
while(i >= 0)
|
while(i >= 0)
|
||||||
{
|
{
|
||||||
nexti = nextspritestat[i];
|
nexti = nextspritestat[i];
|
||||||
|
ResetActorGameVars(i);
|
||||||
LoadActor(i, -1, -1);
|
LoadActor(i, -1, -1);
|
||||||
if(sprite[i].lotag == -1 && (sprite[i].cstat&16) )
|
if(sprite[i].lotag == -1 && (sprite[i].cstat&16) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue