Numeric redundancies. Could be bad when using copy paste

This commit is contained in:
thatsIch
2014-10-09 21:12:43 +02:00
parent 6bc002fe63
commit 5d9d6a865a
15 changed files with 36 additions and 36 deletions
@@ -369,8 +369,8 @@ public class GuiCraftConfirm extends AEBaseGui
int x = 0;
int y = 0;
int xo = 0 + 9;
int yo = 0 + 22;
int xo = 9;
int yo = 22;
int viewStart = myScrollBar.getCurrentScroll() * 3;
int viewEnd = viewStart + 3 * rows;