From 8e643122e220daa1de0584481dc30135b24afe96 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 8 Sep 2007 02:22:34 +0200 Subject: [PATCH] rnd-20070908-1-src --- src/conftime.h | 2 +- src/game.c | 2 +- src/libgame/system.h | 4 ++-- src/screens.c | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) 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) -- 2.34.1