hedgewars/uIO.pas
branchqmlfrontend
changeset 10420 02c573d19224
parent 10412 9a8d4efcf3fa
child 10424 4be6cd55f1cf
--- a/hedgewars/uIO.pas	Sun Sep 21 00:37:50 2014 +0400
+++ b/hedgewars/uIO.pas	Mon Sep 22 02:10:39 2014 +0400
@@ -242,10 +242,7 @@
 
 procedure SendIPCRaw(p: pointer; len: Longword);
 begin
-{    if IPCSock <> nil then
-    begin
-    SDLNet_TCP_Send(IPCSock, p, len)
-    end}
+    ipcToFrontendRaw(p, len)
 end;
 
 procedure SendIPCXY(cmd: char; X, Y: LongInt);