hedgewars/uVariables.pas
changeset 13457 b587cdb03bac
parent 13455 38814954a248
child 13459 08a3851aaf67
--- a/hedgewars/uVariables.pas	Sun Jul 08 02:46:59 2018 +0200
+++ b/hedgewars/uVariables.pas	Tue Jul 10 13:28:47 2018 +0200
@@ -2584,6 +2584,7 @@
     trluaammoe: array[TAmmoStrId] of boolean;   // whether to render extra text (Lua overwrite)
     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
+    trcmd:   array[TCmdHelpStrId] of ansistring; // chat command help
     cTestLua : Boolean;
 
 procedure preInitModule;