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:
helixhorned 2012-02-11 11:51:48 +00:00
parent f5ed4014df
commit ca30952b21

View file

@ -551,7 +551,7 @@ nextdemo:
totalclock = lockclock;
}
if (foundemo == 0)
if (foundemo == 0) // XXX: not better "demo is playing"?
G_DrawBackground();
else
{
@ -687,7 +687,8 @@ nextdemo:
}
handleevents();
Net_GetPackets();
// nextpage();
if (!ud.recstat)
nextpage();
if (g_player[myconnectindex].ps->gm == MODE_GAME)
{