Browse Source

Decompose number

pull/843/head
Anders Jenbo 6 years ago
parent
commit
c2d54ad39e
  1. 2
      Source/control.cpp

2
Source/control.cpp

@ -2237,7 +2237,7 @@ int DrawDurIcon4Item(ItemStruct *pItem, int x, int c)
if (pItem->_iDurability > 2)
c += 8;
CelDraw(x, -17 + PANEL_Y, pDurIcons, c, 32);
return x - 40;
return x - 32 + 8;
}
void RedBack()

Loading…
Cancel
Save