--- a/hedgewars/uChat.pas Mon May 08 03:42:51 2017 +0200
+++ b/hedgewars/uChat.pas Fri May 12 16:53:29 2017 +0200
@@ -47,7 +47,7 @@
s: shortstring;
Color: TSDL_Color;
end;
- TChatCmd = (ccQuit, ccPause, ccFinish, ccShowHistory, ccFullScreen);
+ TChatCmd = (ccQuit, ccPause, ccShowHistory, ccFullScreen);
var Strs: array[0 .. MaxStrIndex] of TChatLine;
MStrs: array[0 .. MaxStrIndex] of shortstring;
@@ -88,7 +88,6 @@
end = (
(ChatCmd: '/quit'; ProcedureCallChatCmd: 'halt'),
(ChatCmd: '/pause'; ProcedureCallChatCmd: 'pause'),
- (ChatCmd: '/finish'; ProcedureCallChatCmd: 'finish'),
(ChatCmd: '/history'; ProcedureCallChatCmd: 'history'),
(ChatCmd: '/fullscreen'; ProcedureCallChatCmd: 'fullscr')
);