--- a/hedgewars/uFLTypes.pas Thu Apr 02 21:09:56 2015 +0300
+++ b/hedgewars/uFLTypes.pas Wed Apr 08 23:39:18 2015 +0300
@@ -75,6 +75,11 @@
, worldedge: LongInt
end;
PScheme = ^TScheme;
+ TAmmo = record
+ ammoName: shortstring;
+ ammoStr: shortstring;
+ end;
+ PAmmo = ^TAmmo;
implementation