fix sync error

git-svn-id: https://svn.eduke32.com/eduke32@930 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2008-08-03 12:14:30 +00:00
parent 900195a093
commit b8a3c94014

View file

@ -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
{ {