dmap poe counter

This commit is contained in:
TakaRikka
2026-05-20 04:03:32 -07:00
parent fa660ebd0f
commit 5119135068
8 changed files with 58 additions and 7 deletions
+1 -1
View File
@@ -2658,7 +2658,7 @@ void dMenu_Fmap2DTop_c::draw() {
mpTitleScreen->draw(mTransX, mTransY, ctx);
#if TARGET_PC
if (dusk::getSettings().game.showMapPoeCounter) {
if (dusk::getSettings().game.enhancedMapMenus) {
int nowPoeCount = 0;
int totalPoeCount = 0;
dMenuMapCommon_c::getFmapPoeCount(mSelectRegionNo, nowPoeCount, totalPoeCount);