# HG changeset patch # User nemo # Date 1362339595 18000 # Node ID 91ad5fe4f1d5522a4e14e61473154221693ac2ed # Parent 627e76986a08c447172c49cfe045919865b299a7# Parent f9677715a582e26236118e4f85fc225ffe3e4796 add neglected merge diff -r 627e76986a08 -r 91ad5fe4f1d5 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Sun Mar 03 19:35:57 2013 +0200 +++ b/hedgewars/uIO.pas Sun Mar 03 14:39:55 2013 -0500 @@ -221,7 +221,7 @@ function isSyncedCommand(c: char): boolean; begin - isSyncedCommand:= (c in ['+', '#', 'L', 'l', 'R', 'r', 'U', 'u', 'D', 'd', 'Z', 'z', 'A', 'a', 'S', 'j', 'J', ',', 'c', 's', 'b', 'F', 'N', 'p', 'P', 'w', 't', 'h', '1', '2', '3', '4', '5']) or ((c >= #128) and (c <= char(128 + cMaxSlotIndex))) + isSyncedCommand:= (c in ['+', '#', 'L', 'l', 'R', 'r', 'U', 'u', 'D', 'd', 'Z', 'z', 'A', 'a', 'S', 'j', 'J', ',', 'c', 'N', 'p', 'P', 'w', 't', '1', '2', '3', '4', '5']) or ((c >= #128) and (c <= char(128 + cMaxSlotIndex))) end; procedure flushBuffer();