Fix a typo™.
This commit is contained in:
parent
bb244d786c
commit
28f5fcae63
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r531 \cu(Thu 29 Sep 20:27:25 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r531 \cu(2022-09-29 20:27:25)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r532 \cu(Thu 29 Sep 21:28:43 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r532 \cu(2022-09-29 21:28:43)\c-";
|
||||
|
|
|
|||
|
|
@ -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) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue