mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +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;
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue