branch | flibqtfrontend |
changeset 8240 | ee39403a1d27 |
parent 8145 | 6408c0ba4ba1 |
child 8330 | aaefa587e277 |
child 8373 | 209c9ba77a09 |
--- a/hedgewars/uIO.pas Thu Dec 06 00:08:33 2012 +0400 +++ b/hedgewars/uIO.pas Thu Dec 06 00:14:40 2012 +0400 @@ -124,6 +124,7 @@ 'E': OutError(copy(s, 2, Length(s) - 1), true); 'W': OutError(copy(s, 2, Length(s) - 1), false); 'M': ParseCommand('landcheck ' + s, true); + 'o': if fastUntilLag then ParseCommand('forcequit', true); 'T': case s[2] of 'L': GameType:= gmtLocal; 'D': GameType:= gmtDemo;