diff -r 9bd4985120b3 -r ef9ed71e3cf7 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Jan 26 22:20:21 2012 +0100 +++ b/hedgewars/uWorld.pas Thu Jan 26 23:54:53 2012 +0100 @@ -191,6 +191,9 @@ prevPoint.Y:= cScreenHeight div 2; WorldDx:= - (LAND_WIDTH div 2) + cScreenWidth div 2; WorldDy:= - (LAND_HEIGHT - (playHeight div 2)) + (cScreenHeight div 2); +// AMSlotSize is the active dimension of the ammo icon +// AMWidth is the horizontal size of the whole ammomenu +// cMaxSlotIndex is the amount of weapons per row AMSlotSize:= 33; {$IFDEF MOBILE} if isPhone() then