From: Holger Schemel Date: Sat, 8 Sep 2007 00:22:34 +0000 (+0200) Subject: rnd-20070908-1-src X-Git-Tag: 3.2.4^2~4 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=8e643122e220daa1de0584481dc30135b24afe96 rnd-20070908-1-src --- diff --git a/src/conftime.h b/src/conftime.h index 0b77a2a7..55d02dcb 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2007-09-07 22:25" +#define COMPILE_DATE_STRING "2007-09-08 02:19" diff --git a/src/game.c b/src/game.c index 3bc5abd6..31aca393 100644 --- a/src/game.c +++ b/src/game.c @@ -12488,7 +12488,7 @@ void ScrollLevel(int dx, int dy) #else -#if 1 +#if 0 /* !!! DOES NOT WORK FOR DIAGONAL PLAYER RELOCATION !!! */ int xsize = (BX2 - BX1 + 1); int ysize = (BY2 - BY1 + 1); diff --git a/src/libgame/system.h b/src/libgame/system.h index db3c5118..efe98c84 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -48,8 +48,8 @@ #define FULLSCREEN_NOT_AVAILABLE FALSE #define FULLSCREEN_AVAILABLE TRUE -#define CREATE_SPECIAL_EDITION FALSE -#define CREATE_SPECIAL_EDITION_RND_JUE FALSE +#define CREATE_SPECIAL_EDITION TRUE +#define CREATE_SPECIAL_EDITION_RND_JUE TRUE /* default input keys */ #define DEFAULT_KEY_LEFT KSYM_Left diff --git a/src/screens.c b/src/screens.c index e4e8236e..efd320ee 100644 --- a/src/screens.c +++ b/src/screens.c @@ -1269,6 +1269,8 @@ void DrawMainMenuExt(int fade_mask, boolean do_fading) /* needed if last screen was the editor screen */ UndrawSpecialEditorDoor(); + if (fade_mask == REDRAW_FIELD) + BackToFront(); #endif #if defined(TARGET_SDL)