From: Holger Schemel Date: Sun, 17 May 2015 18:42:25 +0000 (+0200) Subject: changed some formatting X-Git-Tag: 4.0.0.0-rc1~198 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=cff0c254d160d92dbd6151f6110b1ed9dfec6296 changed some formatting --- 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 */