mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-08 22:41:45 +00:00
Mapster32: remove "Ludicrous Zoom!" message when reaching max 2D zoom.
The problem is that it stays a few seconds afterwards, obscuring information on the status line. git-svn-id: https://svn.eduke32.com/eduke32@5421 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
51489e44d4
commit
e272252664
1 changed files with 0 additions and 2 deletions
|
@ -3374,8 +3374,6 @@ void overheadeditor(void)
|
||||||
zoom += synctics * ((ztarget - zoom) >> 3);
|
zoom += synctics * ((ztarget - zoom) >> 3);
|
||||||
else zoom++;
|
else zoom++;
|
||||||
zoom = min(zoom, ztarget);
|
zoom = min(zoom, ztarget);
|
||||||
if (zoom >= 39936)
|
|
||||||
silentmessage("Ludicrous Zoom!");
|
|
||||||
}
|
}
|
||||||
else if (zoom > ztarget)
|
else if (zoom > ztarget)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue