summaryrefslogtreecommitdiff
path: root/src/elements/coal.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-19 14:29:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-19 14:29:01 (GMT)
commitd6953be3a8271785b5912f3105f3ca92cc17aaae (patch)
tree0b6f0fdc504809d0c2202742176c5d02baff3874 /src/elements/coal.c
parent3812034d2b1c6e3c3f28479ca7c9570adcec7a87 (diff)
downloadpowder-d6953be3a8271785b5912f3105f3ca92cc17aaae.zip
powder-d6953be3a8271785b5912f3105f3ca92cc17aaae.tar.gz
New element: Ignition cord
Diffstat (limited to 'src/elements/coal.c')
-rw-r--r--src/elements/coal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/coal.c b/src/elements/coal.c
index 14c3138..d17a547 100644
--- a/src/elements/coal.c
+++ b/src/elements/coal.c
@@ -35,7 +35,7 @@ int update_COAL(UPDATE_FUNC_ARGS) {
if (parts[r>>8].ctype == PT_IRON) {
parts[r>>8].ctype = PT_METL;
kill_part(i);
- return 1;
+ return 1;
}
}
}