branch | webgl |
changeset 8850 | ae8a957c69fd |
parent 8833 | c13ebed437cb |
child 9127 | e350500c4edb |
--- 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;