summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-05-05 22:56:52 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-14 12:28:24 (GMT)
commitc23124e0d7f072e40701e1250618b295fb2117dc (patch)
tree08f0bf3345069c21ecd364c4a84f7823df22c16a /includes
parent16f014b06ae69c17f6ea2c817e2830023880bbdf (diff)
downloadpowder-c23124e0d7f072e40701e1250618b295fb2117dc.zip
powder-c23124e0d7f072e40701e1250618b295fb2117dc.tar.gz
Shrink draw_tool_xy
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 66c7f8a..892a8f4 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -802,7 +802,7 @@ static wall_type wtypes[] =
{PIXPACK(0x8080FF), PIXPACK(0x000000), 1, "Fan. Accelerates air. Use line tool to set direction and strength."},
{PIXPACK(0xC0C0C0), PIXPACK(0x101010), 2, "Wall. Blocks most particles but lets liquids through. Conductive."},
{PIXPACK(0x808080), PIXPACK(0x000000), 1, "Wall. Absorbs particles but lets air currents through."},
- {PIXPACK(0x808080), PIXPACK(0x000000), 1, "Erases walls."},
+ {PIXPACK(0x808080), PIXPACK(0x000000), 0, "Erases walls."},
{PIXPACK(0x808080), PIXPACK(0x000000), 3, "Wall. Indestructible. Blocks everything."},
{PIXPACK(0x3C3C3C), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks particles, allows air"},
{PIXPACK(0x575757), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and gasses, allows solids"},