equal
deleted
inserted
replaced
78 '!': begin {$IFDEF DEBUGFILE}AddFileLog('Ping? Pong!');{$ENDIF}isPonged:= true; end; |
78 '!': begin {$IFDEF DEBUGFILE}AddFileLog('Ping? Pong!');{$ENDIF}isPonged:= true; end; |
79 '?': SendIPC('!'); |
79 '?': SendIPC('!'); |
80 'e': ParseCommand(copy(s, 2, Length(s) - 1), true); |
80 'e': ParseCommand(copy(s, 2, Length(s) - 1), true); |
81 'E': OutError(copy(s, 2, Length(s) - 1), true); |
81 'E': OutError(copy(s, 2, Length(s) - 1), true); |
82 'W': OutError(copy(s, 2, Length(s) - 1), false); |
82 'W': OutError(copy(s, 2, Length(s) - 1), false); |
|
83 'M': CheckLandDigest(s); |
83 'T': case s[2] of |
84 'T': case s[2] of |
84 'L': GameType:= gmtLocal; |
85 'L': GameType:= gmtLocal; |
85 'D': GameType:= gmtDemo; |
86 'D': GameType:= gmtDemo; |
86 'N': GameType:= gmtNet; |
87 'N': GameType:= gmtNet; |
87 'S': GameType:= gmtSave; |
88 'S': GameType:= gmtSave; |