chiark / gitweb /
Undead was not ever actually draw_update()ing to the edges of its
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 18:25:25 +0000 (18:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 18:25:25 +0000 (18:25 +0000)
commit3fc5a644a72e747b1f88125b38b2f178a9bc7ed3
treeec667da7575e7710e1555048632f9766ae6ee741
parent52d4dae0a9a997b01d6410b42d1e1c503f039bc1
Undead was not ever actually draw_update()ing to the edges of its
rectangle, which showed up on the Javascript front end since the JS
canvas doesn't start out defaulting to COL_BACKGROUND. Fixed it to
draw_update to the edge of its area, and while I'm at it, narrowed the
border (since this proves we didn't really need that much space
anyway).

[originally from svn r9795]
undead.c