mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@173 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c173d310ff
commit
d0c70afa85
1 changed files with 2 additions and 3 deletions
|
@ -10099,15 +10099,14 @@ char domovethings(void)
|
||||||
if(ps[i].holoduke_on != -1)
|
if(ps[i].holoduke_on != -1)
|
||||||
sprite[ps[i].holoduke_on].cstat ^= 256;
|
sprite[ps[i].holoduke_on].cstat ^= 256;
|
||||||
|
|
||||||
if(sprite[hs].picnum == APLAYER && sprite[hs].yvel != screenpeek && ps[sprite[hs].yvel].dead_flag == 0)
|
if(!(ps[myconnectindex].gm & MODE_MENU) && sprite[hs].picnum == APLAYER && sprite[hs].yvel != screenpeek && ps[sprite[hs].yvel].dead_flag == 0)
|
||||||
{
|
{
|
||||||
if(ps[screenpeek].fta == 0 || ps[screenpeek].ftq == 117)
|
if(ps[screenpeek].fta == 0 || ps[screenpeek].ftq == 117)
|
||||||
{
|
{
|
||||||
if(ldist(&sprite[ps[screenpeek].i],&sprite[hs]) < 9216)
|
if(ldist(&sprite[ps[screenpeek].i],&sprite[hs]) < 9216)
|
||||||
{
|
{
|
||||||
Bsprintf(fta_quotes[117],"%s",&ud.user_name[sprite[hs].yvel][0]);
|
Bsprintf(fta_quotes[117],"%s",&ud.user_name[sprite[hs].yvel][0]);
|
||||||
ps[screenpeek].fta = 12;
|
ps[screenpeek].fta = 12, ps[screenpeek].ftq = 117;
|
||||||
ps[screenpeek].ftq = 117;
|
|
||||||
}
|
}
|
||||||
} else if(ps[screenpeek].fta > 2) ps[screenpeek].fta -= 3;
|
} else if(ps[screenpeek].fta > 2) ps[screenpeek].fta -= 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue