chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5001ca
)
Patch from Phil Bordelon to improve Bridges' appearance by adjusting
author
Simon Tatham
<anakin@pobox.com>
Sun, 19 Feb 2006 12:42:46 +0000
(12:42 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sun, 19 Feb 2006 12:42:46 +0000
(12:42 +0000)
the font size.
[originally from svn r6573]
bridges.c
patch
|
blob
|
history
diff --git
a/bridges.c
b/bridges.c
index b814a51e264a0d63e114808b95bbeb0ad880f236..be173ff2385b655432b2682e80e4ddd7af0b9b59 100644
(file)
--- a/
bridges.c
+++ b/
bridges.c
@@
-2401,9
+2401,9
@@
static void lines_redraw(drawing *dr,
draw_update(dr, ox, oy, TILE_SIZE, TILE_SIZE);
}
-#define ISLAND_RADIUS ((TILE_SIZE*1
3
)/20)
+#define ISLAND_RADIUS ((TILE_SIZE*1
2
)/20)
#define ISLAND_NUMSIZE(is) \
- (((is)->count < 10) ?
TILE_SIZE : (TILE_SIZE*8
)/10)
+ (((is)->count < 10) ?
(TILE_SIZE*7)/10 : (TILE_SIZE*5
)/10)
static void island_redraw(drawing *dr,
game_state *state, game_drawstate *ds,