Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mlthelama/LamasTinyHUD into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama committed Jan 26, 2024
2 parents ffc4db7 + dfa12ab commit 2470170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/event/menu_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ namespace event {
binding->set_is_remove_down(false);
}
}

if (a_event->menuName == RE::InventoryMenu::MENU_NAME || a_event->menuName == RE::MagicMenu::MENU_NAME ||
a_event->menuName == RE::FavoritesMenu::MENU_NAME || a_event->menuName == RE::BarterMenu::MENU_NAME ||
a_event->menuName == RE::GiftMenu::MENU_NAME || a_event->menuName == RE::BookMenu::MENU_NAME ||
a_event->menuName == RE::FaderMenu::MENU_NAME || a_event->menuName == RE::CraftingMenu::MENU_NAME) {
handle::extra_data_holder::get_singleton()->reset_data();
}

return event_result::kContinue;
}
} // event

0 comments on commit 2470170

Please sign in to comment.