mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 06:32:37 +00:00
Fix menu text not drawing when not playing (back), introduced in r2326.
git-svn-id: https://svn.eduke32.com/eduke32@2332 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f5ed4014df
commit
ca30952b21
1 changed files with 3 additions and 2 deletions
|
@ -551,7 +551,7 @@ nextdemo:
|
||||||
totalclock = lockclock;
|
totalclock = lockclock;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (foundemo == 0)
|
if (foundemo == 0) // XXX: not better "demo is playing"?
|
||||||
G_DrawBackground();
|
G_DrawBackground();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -687,7 +687,8 @@ nextdemo:
|
||||||
}
|
}
|
||||||
handleevents();
|
handleevents();
|
||||||
Net_GetPackets();
|
Net_GetPackets();
|
||||||
// nextpage();
|
if (!ud.recstat)
|
||||||
|
nextpage();
|
||||||
|
|
||||||
if (g_player[myconnectindex].ps->gm == MODE_GAME)
|
if (g_player[myconnectindex].ps->gm == MODE_GAME)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue