summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiledoll.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-28 11:01:23 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-28 11:01:23 +0200
commitd97e13bad62041beab052c65fad9e1049230b430 (patch)
tree7903bfe16b236155082267f8e5c8d051ffc5a7f9 /crawl-ref/source/tiledoll.cc
parentc373b29efe99185bc89e6307e5c455107044a387 (diff)
downloadcrawl-ref-d97e13bad62041beab052c65fad9e1049230b430.tar.gz
crawl-ref-d97e13bad62041beab052c65fad9e1049230b430.zip
Wrap some egregiously long lines in the source.
While adhering religiously to the 80 column limit tends to be often pointless, 173 column long lines are way, way over the edge from the other side.
Diffstat (limited to 'crawl-ref/source/tiledoll.cc')
-rw-r--r--crawl-ref/source/tiledoll.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/tiledoll.cc b/crawl-ref/source/tiledoll.cc
index f6f630bbdf..fc454d0a27 100644
--- a/crawl-ref/source/tiledoll.cc
+++ b/crawl-ref/source/tiledoll.cc
@@ -82,7 +82,8 @@ bool save_doll_data(int mode, int num, const dolls_data* dolls)
// Print some explanatory comments. May contain no spaces!
fprintf(fp, "#Legend:\n");
fprintf(fp, "#***:equipment/123:index/000:none\n");
- fprintf(fp, "#Shadow/Base/Cloak/Boots/Legs/Body/Gloves/Weapon/Shield/Hair/Beard/Helmet/Halo/Enchant/DrcHead/DrcWing\n");
+ fprintf(fp, "#Shadow/Base/Cloak/Boots/Legs/Body/Gloves/Weapon/Shield/"
+ "Hair/Beard/Helmet/Halo/Enchant/DrcHead/DrcWing\n");
fprintf(fp, "#Sh:Bse:Clk:Bts:Leg:Bdy:Glv:Wpn:Shd:Hai:Brd:Hlm:Hal:Enc:Drc:Wng\n");
char fbuf[80];
for (unsigned int i = 0; i < NUM_MAX_DOLLS; ++i)
@@ -437,7 +438,8 @@ void save_doll_file(writer &dollf)
}
#ifdef USE_TILE_LOCAL
-void pack_doll_buf(SubmergedTileBuffer& buf, const dolls_data &doll, int x, int y, bool submerged, bool ghost)
+void pack_doll_buf(SubmergedTileBuffer& buf, const dolls_data &doll,
+ int x, int y, bool submerged, bool ghost)
{
// Ordered from back to front.
int p_order[TILEP_PART_MAX] =