Mercurial > mm7
diff GUIWindow.cpp @ 1206:ab6560001f5b
arrays to std::arrays phase 2 - some more arrays converted
author | Grumpy7 |
---|---|
date | Sun, 09 Jun 2013 01:10:49 +0200 |
parents | 8c02e6f74b29 |
children | 8ff88e39e097 fd3bea473c0c |
line wrap: on
line diff
--- a/GUIWindow.cpp Sun Jun 09 00:30:48 2013 +0200 +++ b/GUIWindow.cpp Sun Jun 09 01:10:49 2013 +0200 @@ -870,7 +870,7 @@ if ( v5 ) pSavegameThumbnails[v2].LoadFromFILE(v5, 0, 0); else - *((int *)&pSavegameThumbnails->pPixels + 10 * v2) = 0; + *((int *)&pSavegameThumbnails.data()->pPixels + 10 * v2) = 0; } }