We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecc3ed commit a4d3684Copy full SHA for a4d3684
Source/qol/visual_store.cpp
@@ -516,7 +516,6 @@ void DrawVisualStore(const Surface &out)
516
int16_t CheckVisualStoreHLight(Point mousePosition)
517
{
518
// Check buttons first
519
- const Point panelPos = GetPanelPosition(UiPanels::Stash);
520
if (MyPlayer->HoldItem.isEmpty()) {
521
for (int i = 0; i < 4; i++) {
522
// Skip tab buttons if vendor doesn't have tabs
0 commit comments