comparison GUI/UI/UIMainMenu.cpp @ 2564:f9bdfe26d03d

.
author a.parshin
date Wed, 20 May 2015 00:56:07 +0200
parents ac16f4a3a91e
children d87bfbd3bb3b
comparison
equal deleted inserted replaced
2563:65c97624c047 2564:f9bdfe26d03d
124 pFontCreate = LoadFont("create.fnt", "FONTPAL", nullptr); 124 pFontCreate = LoadFont("create.fnt", "FONTPAL", nullptr);
125 pFontCreate->field_3 = 0; 125 pFontCreate->field_3 = 0;
126 126
127 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", nullptr); 127 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", nullptr);
128 pFontComic = LoadFont("comic.fnt", "FONTPAL", nullptr); 128 pFontComic = LoadFont("comic.fnt", "FONTPAL", nullptr);
129
130 for (uint i = 0; i < 20; ++i)
131 pWindowList[i] = nullptr;
132
133 uNumVisibleWindows = -1;
134 memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs));
135 } 129 }
136 130
137 //----- (004415C5) -------------------------------------------------------- 131 //----- (004415C5) --------------------------------------------------------
138 static void LoadPartyBuffIcons() 132 static void LoadPartyBuffIcons()
139 { 133 {