changeset 7180 | 53ffc8853008 |
parent 7103 | 1c1afb5a1565 |
child 7442 | 9bb6abdb5675 |
--- 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]);