Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Laptop/IMP Gear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ void RenderImpGearSelectionChoices(UINT32 pocket)

wcscat(tooltipText, L"\n");
wcscat(tooltipText, szIMPGearPocketText[55]);
SetRegionFastHelpText(&gIMPGearInvPoolRegion[i], tooltipText);
SetRegionFastHelpText(&gIMPGearInvPoolRegion[i - pageShift], tooltipText);
}

// Check if currently selected item is shown in pool and adjust glow coordinates
Expand Down