changed some formatting
authorHolger Schemel <info@artsoft.org>
Sun, 17 May 2015 18:42:25 +0000 (20:42 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 17 May 2015 18:42:25 +0000 (20:42 +0200)
src/tools.c

index 7ee238d3bca5540a4be03910464e2635adf2750a..95bc7a45ac7bbdc8a83c1e6267b8314f43c446b4 100644 (file)
@@ -854,7 +854,9 @@ void ClearField()
     SetDrawtoField(DRAW_FIELDBUFFER);
   }
   else
+  {
     SetDrawtoField(DRAW_BACKBUFFER);
+  }
 }
 
 void MarkTileDirty(int x, int y)
@@ -2315,7 +2317,6 @@ void AnimateEnvelopeRequest(int anim_mode, int action)
   }
 }
 
-
 void ShowEnvelopeRequest(char *text, unsigned int req_state, int action)
 {
   int last_game_status = game_status;  /* save current game status */