Mapster32: fix 3d mode status messages being overwritten with position/ang/horiz readouts.

git-svn-id: https://svn.eduke32.com/eduke32@5305 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2015-07-20 20:25:29 +00:00
parent e3f02e8dd5
commit dfe614db5c
1 changed files with 5 additions and 2 deletions

View File

@ -1187,9 +1187,12 @@ void editinput(void)
osearchx = searchx-mousx;
osearchy = searchy-mousy;
silentmessage("x:%d y:%d z:%d ang:%d horiz:%d",pos.x,pos.y,pos.z,ang,horiz);
if (mousx || mousy)
{
silentmessage("x:%d y:%d z:%d ang:%d horiz:%d", pos.x, pos.y, pos.z, ang, horiz);
getmessagetimeoff = totalclock+30;
}
}
else if (unrealedlook==0 || (bstatus&(1|2|4))==0)
{
osearchx = searchx;