mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
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:
parent
e3f02e8dd5
commit
dfe614db5c
1 changed files with 5 additions and 2 deletions
|
@ -1187,9 +1187,12 @@ void editinput(void)
|
||||||
osearchx = searchx-mousx;
|
osearchx = searchx-mousx;
|
||||||
osearchy = searchy-mousy;
|
osearchy = searchy-mousy;
|
||||||
|
|
||||||
|
if (mousx || mousy)
|
||||||
|
{
|
||||||
silentmessage("x:%d y:%d z:%d ang:%d horiz:%d", pos.x, pos.y, pos.z, ang, horiz);
|
silentmessage("x:%d y:%d z:%d ang:%d horiz:%d", pos.x, pos.y, pos.z, ang, horiz);
|
||||||
getmessagetimeoff = totalclock+30;
|
getmessagetimeoff = totalclock+30;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (unrealedlook==0 || (bstatus&(1|2|4))==0)
|
else if (unrealedlook==0 || (bstatus&(1|2|4))==0)
|
||||||
{
|
{
|
||||||
osearchx = searchx;
|
osearchx = searchx;
|
||||||
|
|
Loading…
Reference in a new issue