X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=394dc09881ecee62d363a07ee70eaa870b5a31bc;hb=4fcf5c6436d34bdc44bc534d21d9ec95bf072333;hp=93100c54dccdb800c35aee7ae161a5c4b653fe62;hpb=a19647f4f265bb23bc249aa28a10d1d47a6179e1;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 93100c54..394dc098 100644 --- a/src/main.h +++ b/src/main.h @@ -1637,6 +1637,7 @@ struct GlobalInfo struct ElementInfo { + char *token_name; /* element token used in config files */ char *sound_class_name; /* classification for custom sound effects */ char *editor_description; /* short description for level editor */