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:
helixhorned 2015-11-14 17:21:13 +00:00
parent 51489e44d4
commit e272252664

View file

@ -3374,8 +3374,6 @@ void overheadeditor(void)
zoom += synctics * ((ztarget - zoom) >> 3);
else zoom++;
zoom = min(zoom, ztarget);
if (zoom >= 39936)
silentmessage("Ludicrous Zoom!");
}
else if (zoom > ztarget)
{