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