--- a/hedgewars/uFLTypes.pas Thu Oct 02 00:48:14 2014 +0400
+++ b/hedgewars/uFLTypes.pas Mon Oct 13 23:46:49 2014 +0400
@@ -29,7 +29,8 @@
botLevel: Longword;
hedgehogs: array[0..7] of THedgehog;
hogsNumber: Longword;
- end;
+ end;
+ PTeam = ^TTeam;
implementation