From: Holger Schemel Date: Sat, 22 Feb 2014 13:10:53 +0000 (+0100) Subject: rnd-20140222-2-src X-Git-Tag: 4.0.0.0-rc1~395 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=95e42973cd6a416b24157594a2864955bf68c815 rnd-20140222-2-src --- diff --git a/src/conftime.h b/src/conftime.h index 6f699367..14ad688f 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2014-02-21 22:04" +#define COMPILE_DATE_STRING "2014-02-22 14:10" diff --git a/src/tools.c b/src/tools.c index 5c64af94..022677d4 100644 --- a/src/tools.c +++ b/src/tools.c @@ -5613,7 +5613,7 @@ unsigned int MoveDoor(unsigned int door_state) #endif int classic_vxsize = 100; - int classic_vysize = 280; + int classic_vysize = 100; boolean classic_door_2_size = (VXSIZE == classic_vxsize && VYSIZE == classic_vysize);