hedgewars/uWorld.pas
changeset 6603 ef9ed71e3cf7
parent 6601 5965e2927b3d
child 6606 fb6163ff4ebf
--- 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