changeset 72 | aeb2ac1878dc |
parent 70 | 82d93eeecebe |
child 95 | 1ef5e2c41115 |
--- a/hedgewars/uIO.pas Wed Jun 28 18:27:42 2006 +0000 +++ b/hedgewars/uIO.pas Thu Jun 29 18:27:53 2006 +0000 @@ -96,6 +96,7 @@ 'L': GameType:= gmtLocal; 'D': GameType:= gmtDemo; 'N': GameType:= gmtNet; + 'S': GameType:= gmtSave; else OutError(errmsgIncorrectUse + ' IPC "T" :' + s[2], true) end; else inc(cmdendpos);