Merge pull request #30 from shpuld/fix/custom-map-thumbnails-second-page

This commit is contained in:
cypress 2023-10-03 09:00:31 -04:00 committed by GitHub
commit 6ac20842a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -895,7 +895,7 @@ void M_Map_Draw (void)
if (m_map_cursor == i) {
if (custom_maps[i + multiplier].map_use_thumbnail == 1) {
Draw_PicIndex(256, 45, 175, 100, custom_maps[i].thumbnail_index);
Draw_PicIndex(256, 45, 175, 100, custom_maps[i + multiplier].thumbnail_index);
}
if (custom_maps[i + multiplier].map_name_pretty != 0)