diff -r fb4b0c6dfdbd -r 53ffc8853008 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Mon Jun 04 08:11:47 2012 -0400 +++ b/hedgewars/uIO.pas Mon Jun 04 21:32:30 2012 +0400 @@ -126,6 +126,7 @@ 'D': GameType:= gmtDemo; 'N': GameType:= gmtNet; 'S': GameType:= gmtSave; + 'V': GameType:= gmtRecord; else OutError(errmsgIncorrectUse + ' IPC "T" :' + s[2], true) end; else loTicks:= SDLNet_Read16(@s[byte(s[0]) - 1]);