mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 19:44:32 -04:00
dmap poe counter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user