diff -r 24e68c7d2e79 -r 83a99e2f8b00 hedgewars/uFLTypes.pas --- a/hedgewars/uFLTypes.pas Sat Apr 11 17:23:56 2015 +0300 +++ b/hedgewars/uFLTypes.pas Sat Apr 11 22:39:29 2015 +0300 @@ -77,7 +77,7 @@ PScheme = ^TScheme; TAmmo = record ammoName: shortstring; - ammoStr: shortstring; + a, b, c, d: shortstring; end; PAmmo = ^TAmmo;