From cff0c254d160d92dbd6151f6110b1ed9dfec6296 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 17 May 2015 20:42:25 +0200 Subject: [PATCH] changed some formatting --- src/tools.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools.c b/src/tools.c index 7ee238d3..95bc7a45 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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 */ -- 2.34.1