mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-25 22:07:12 -04:00
Add ability to toggle off Owl Statue Markers on Map
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user