From 01eb2d9b1aace48a459c3b27a719d5cd674e5173 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Wed, 1 Apr 2026 00:17:41 -0700 Subject: [PATCH] fix dmap --- src/d/d_menu_dmap_map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d/d_menu_dmap_map.cpp b/src/d/d_menu_dmap_map.cpp index 23881464e8..8b345fbcbd 100644 --- a/src/d/d_menu_dmap_map.cpp +++ b/src/d/d_menu_dmap_map.cpp @@ -303,8 +303,8 @@ void dMenu_DmapMap_c::_delete() { void dMenu_DmapMap_c::setTexture(u16 width, u16 height, u16 param_2, u16 param_3) { #ifdef TARGET_PC // Increase map render resolution - width *= 4; - height *= 4; + width *= 2; + height *= 2; #endif for (int lp1 = 0; lp1 < 2; lp1++) { #ifdef TARGET_PC