X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=f6eb73f8257c65f194ac55c8e44dff9699788001;hb=8e0c58b2a77c271b485e403cc6edd6ba6e0125cc;hp=d54e5578a30d96fc1cdfb3f4ac4f6e398781a479;hpb=aed278e72703016e2729b55d8b629b7e1b31469e;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index d54e5578..f6eb73f8 100644 --- a/src/main.h +++ b/src/main.h @@ -262,7 +262,7 @@ #define VXSIZE DXSIZE #define VYSIZE 100 #define EXSIZE DXSIZE -#define EYSIZE (VXSIZE + 44) +#define EYSIZE (VYSIZE + 44) #define FULL_SXSIZE (2 + SXSIZE + 2) #define FULL_SYSIZE (2 + SYSIZE + 2) #define MICROLEV_XSIZE ((STD_LEV_FIELDX + 2) * MICRO_TILEX) @@ -1427,7 +1427,7 @@ #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_STRING "2.2.0-rc1" +#define PROGRAM_VERSION_STRING "2.2.0rc1" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel"