summaryrefslogtreecommitdiff
path: root/src/elements/wire.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-27 20:19:42 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-27 20:19:42 (GMT)
commit07525180c2f8065c61dfd38bb273ff0f0a8abc85 (patch)
tree717389467f699071c7e530713f2c3a3ae7ecb2f5 /src/elements/wire.cpp
parent597d11f9f79c1486db4cdc1c0aca215cc4ab6074 (diff)
downloadpowder-07525180c2f8065c61dfd38bb273ff0f0a8abc85.zip
powder-07525180c2f8065c61dfd38bb273ff0f0a8abc85.tar.gz
Icon management, fix element menu order, fix renderer crash
Diffstat (limited to 'src/elements/wire.cpp')
-rw-r--r--src/elements/wire.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/wire.cpp b/src/elements/wire.cpp
index f7202e4..c3c918b 100644
--- a/src/elements/wire.cpp
+++ b/src/elements/wire.cpp
@@ -64,4 +64,5 @@ int graphics_WIRE(GRAPHICS_FUNC_ARGS)
//*pixel_mode |= PMODE_GLOW;
return 0;
}
+ return 0;
}