projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bccd02
)
changed some formatting
author
Holger Schemel
<info@artsoft.org>
Sun, 17 May 2015 18:42:25 +0000
(20:42 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sun, 17 May 2015 18:42:25 +0000
(20:42 +0200)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 7ee238d3bca5540a4be03910464e2635adf2750a..95bc7a45ac7bbdc8a83c1e6267b8314f43c446b4 100644
(file)
--- 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 */