mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
fix sync error
git-svn-id: https://svn.eduke32.com/eduke32@930 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
900195a093
commit
b8a3c94014
1 changed files with 1 additions and 1 deletions
|
@ -3604,7 +3604,7 @@ void processinput(int snum)
|
||||||
if (ud.config.ScreenWidth >= 800)
|
if (ud.config.ScreenWidth >= 800)
|
||||||
adduserquote(tempbuf);
|
adduserquote(tempbuf);
|
||||||
else OSD_Printf("%s\n",tempbuf);
|
else OSD_Printf("%s\n",tempbuf);
|
||||||
}
|
} else krand();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue