Mapster32: fix use of uninitialized values

git-svn-id: https://svn.eduke32.com/eduke32@7326 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-02-02 23:24:36 +00:00
parent 975126edf4
commit 4cf5a9c31a
1 changed files with 1 additions and 1 deletions

View File

@ -3511,7 +3511,7 @@ void overheadeditor(void)
while ((keystatus[buildkeys[BK_MODE2D_3D]]>>1) == 0)
{
int32_t mousx, mousy;
int32_t mousx = 0, mousy = 0;
if (zoom < ztarget)
{