hedgewars/uFLUICallback.pas
branchqmlfrontend
changeset 11842 93e6c401cc3d
parent 11827 8c71c5a1172f
child 11843 01f88c3b7b66
equal deleted inserted replaced
11841:6adf27e85cae 11842:93e6c401cc3d
    21         exit;
    21         exit;
    22     end;
    22     end;
    23 
    23 
    24     if isGame then
    24     if isGame then
    25     begin
    25     begin
       
    26         uiCallbackFunction(uiCallbackPointer, mtToNet, msg, len)
    26     end
    27     end
    27     else begin
    28     else begin
    28         if len = 128 * 256 then
    29         if len = 128 * 256 then
    29             uiCallbackFunction(uiCallbackPointer, mtPreview, msg, len)
    30             uiCallbackFunction(uiCallbackPointer, mtPreview, msg, len)
    30         else if len = 1 then
    31         else if len = 1 then