rnd-20140327-1-src
authorHolger Schemel <info@artsoft.org>
Thu, 27 Mar 2014 17:58:47 +0000 (18:58 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 09:01:24 +0000 (11:01 +0200)
src/conftime.h
src/tools.c

index e565798e8605c021abda7542edea1aab2c7a844c..77c730ddf66f02a3372fc5e090ec459fa4ef1502 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "2014-03-15 03:14"
+#define COMPILE_DATE_STRING "2014-03-27 15:41"
index ac20e3c144e5b3567019de53c3ad60344ab517c5..aa9beb17b5e2442ffed9b7a5e49019b1aed24f43 100644 (file)
@@ -3334,6 +3334,11 @@ void ShowEnvelopeRequest(char *text, unsigned int req_state, int action)
 #if 1
   // game_status = last_game_status;   /* restore current game status */
 
+#if 1
+  /* !!! CHECK AGAIN (SEE BELOW) !!! */
+  game_status = last_game_status;      /* restore current game status */
+#endif
+
   if (action == ACTION_CLOSING)
   {
     if (game_status != GAME_MODE_MAIN)
@@ -3347,7 +3352,7 @@ void ShowEnvelopeRequest(char *text, unsigned int req_state, int action)
 
   // SetDrawBackgroundMask(last_draw_background_mask);
 
-#if 1
+#if 0
   redraw_mask = REDRAW_FIELD;
   // redraw_mask |= REDRAW_ALL;
 #else
@@ -3360,8 +3365,10 @@ void ShowEnvelopeRequest(char *text, unsigned int req_state, int action)
 
   BackToFront();
 
+#if 0
   /* (important: after "BackToFront()", but before "SetDrawtoField()") */
   game_status = last_game_status;      /* restore current game status */
+#endif
 
 #if 1
   if (action == ACTION_CLOSING &&