# HG changeset patch # User nemo # Date 1284332762 14400 # Node ID 9bd5319d1fcc042205ba3593c2d9ea8016b83f21 # Parent 37f883cc7edb5e90ffa80b0cb17749c2c7cfee79 Adjust to reduced ammo menu dimensions. diff -r 37f883cc7edb -r 9bd5319d1fcc hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sun Sep 12 17:56:41 2010 -0400 +++ b/hedgewars/uStore.pas Sun Sep 12 19:06:02 2010 -0400 @@ -1520,8 +1520,8 @@ // image region i:= LongInt(atype) - 1; -r.x:= (i shr 5) * 32; -r.y:= (i mod 32) * 32; +r.x:= (i shr 4) * 32; +r.y:= (i mod 16) * 32; r.w:= 32; r.h:= 32;