Mercurial > mm7
diff UIMainMenu.cpp @ 1205:8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
author | Grumpy7 |
---|---|
date | Sun, 09 Jun 2013 00:30:48 +0200 |
parents | 8b3e7d5ba069 |
children | fac7751b2dc9 |
line wrap: on
line diff
--- a/UIMainMenu.cpp Sat Jun 08 21:47:29 2013 +0200 +++ b/UIMainMenu.cpp Sun Jun 09 00:30:48 2013 +0200 @@ -86,7 +86,7 @@ pWindowList[i].eWindowType = WINDOW_null; uNumVisibleWindows = -1; - memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs)); + memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs)); } //----- (004415C5) --------------------------------------------------------