diff -r fd91aa100ce0 -r efc75c2d3be9 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Fri Jul 20 18:48:04 2012 -0400 +++ b/hedgewars/uIO.pas Thu Aug 30 12:13:24 2012 -0400 @@ -127,6 +127,10 @@ 'N': GameType:= gmtNet; 'S': GameType:= gmtSave; else OutError(errmsgIncorrectUse + ' IPC "T" :' + s[2], true) end; + 'V': begin + if s[2] = '.' then + ParseCommand('campvar ' + copy(s, 3, length(s) - 2), true); + end else loTicks:= SDLNet_Read16(@s[byte(s[0]) - 1]); AddCmd(loTicks, s);