hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11457 78860824b5a5
parent 11456 6e9b12864856
child 11465 9f2fb0031ef0
--- a/hedgewars/uFLTypes.pas	Thu Dec 10 23:49:12 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Sat Dec 12 23:38:18 2015 +0300
@@ -24,6 +24,7 @@
                    str: shortstring;
                    len: Longword;
                    buf: Pointer;
+                   barrier: Longword;
                    next: PIPCMessage;
                end;
     PIPCQueue = ^TIPCQueue;