diff -r 32f5982604f4 -r bf51bc7e2808 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sun Jan 05 00:46:26 2014 +0400 +++ b/hedgewars/uChat.pas Sun Jan 05 10:54:03 2014 +0400 @@ -42,7 +42,7 @@ Width: LongInt; s: shortstring; end; - TChatCmd = (quit, pause, finish, showhistory, fullscreen); + TChatCmd = (ccQuit, ccPause, ccFinish, ccShowHistory, ccFullScreen); var Strs: array[0 .. MaxStrIndex] of TChatLine; MStrs: array[0 .. MaxStrIndex] of shortstring;