Fix a typo™.

This commit is contained in:
Mari the Deer 2022-09-29 21:28:43 +02:00
commit 28f5fcae63
2 changed files with 3 additions and 3 deletions

View file

@ -402,7 +402,7 @@ Class DemolitionistInventoryTab : DemolitionistMenuTab
{
case MB_LEFT:
// see if we're clicking the scrollbar (if it exists)
if ( (pos.y > (master.ws.y-21)) && )
if ( pos.y > (master.ws.y-21) )
{
if ( SetOffset(pos.x) )
{