mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
Merge pull request #30 from shpuld/fix/custom-map-thumbnails-second-page
This commit is contained in:
commit
6ac20842a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue