mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 03:41:35 +00:00
fix oversight in custom maps menu
This commit is contained in:
parent
c0ecce2a8b
commit
1f069ab842
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