Mercurial > mm7
diff GUI/UI/UIMainMenu.cpp @ 2564:f9bdfe26d03d
.
author | a.parshin |
---|---|
date | Wed, 20 May 2015 00:56:07 +0200 |
parents | ac16f4a3a91e |
children | d87bfbd3bb3b |
line wrap: on
line diff
--- a/GUI/UI/UIMainMenu.cpp Tue May 19 22:00:56 2015 +0200 +++ b/GUI/UI/UIMainMenu.cpp Wed May 20 00:56:07 2015 +0200 @@ -126,12 +126,6 @@ pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", nullptr); pFontComic = LoadFont("comic.fnt", "FONTPAL", nullptr); - - for (uint i = 0; i < 20; ++i) - pWindowList[i] = nullptr; - - uNumVisibleWindows = -1; - memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs)); } //----- (004415C5) --------------------------------------------------------