hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10440 b74a7bbe224e
parent 10432 b0abef0ee78c
child 10444 47a6231f1fc1
--- 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