X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=f3f625dc5906dafa5225298b46ff748d8d748833;hb=e4bc04ce0cb3fd188b2dcc362c7f3afe692124a7;hp=39692e8562ad56d763a6ae1893267286b26b3aa2;hpb=7892cce9f39489a779f8fad4a3e756b0bb8dbee5;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 39692e85..f3f625dc 100644 --- a/src/main.h +++ b/src/main.h @@ -1476,7 +1476,7 @@ struct ElementInfo char *class_name; /* element class used in config files */ char *editor_description; /* pre-defined description for level editor */ char *custom_description; /* alternative description from config file */ - char description[MAX_ELEMENT_NAME_LEN + 1]; /* for custom elements */ + char description[MAX_ELEMENT_NAME_LEN + 1]; /* for custom/group elements */ /* ---------- graphic and sound definitions ---------- */