--- 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;