diff -r ff7fbab7cd56 -r ae8a957c69fd hedgewars/uChat.pas --- a/hedgewars/uChat.pas Thu Apr 04 00:32:57 2013 +0200 +++ b/hedgewars/uChat.pas Thu Apr 04 01:38:30 2013 +0200 @@ -41,7 +41,7 @@ Width: LongInt; s: shortstring; end; - TChatCmd = (quit, pause, finish, fullscreen); + TChatCmd = (quitCmd, pauseCmd, finishCmd, fullscreenCmd); var Strs: array[0 .. MaxStrIndex] of TChatLine; MStrs: array[0 .. MaxStrIndex] of shortstring;