Add ability to toggle off Owl Statue Markers on Map

This commit is contained in:
Krutonium
2026-05-12 17:30:07 -04:00
parent 2c9b20841d
commit 696e8e6aa9
6 changed files with 27 additions and 1 deletions
+7
View File
@@ -2600,6 +2600,13 @@ void dMenu_Fmap_c::drawLightDropIcon() {
}
void dMenu_Fmap_c::drawBatsumarkIcon() {
#if TARGET_PC
if (dusk::getSettings().game.removeQuestMapMarkers &&
dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[0x190]))
{
return;
}
#endif
drawIcon(5, 0x12);
}