X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=394dc09881ecee62d363a07ee70eaa870b5a31bc;hb=4fcf5c6436d34bdc44bc534d21d9ec95bf072333;hp=3679d5503966117b64d10449f4facaefd4db5263;hpb=4be46f1030df4cb7db0ce7c46d2518334861731a;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3679d550..394dc098 100644 --- a/src/main.h +++ b/src/main.h @@ -1436,7 +1436,7 @@ #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_STRING "2.2.0rc2" +#define PROGRAM_VERSION_STRING "2.2.0rc3" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" @@ -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 */