diff options
| author | Simon 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) |
| commit | 07525180c2f8065c61dfd38bb273ff0f0a8abc85 (patch) | |
| tree | 717389467f699071c7e530713f2c3a3ae7ecb2f5 /src/elements/wire.cpp | |
| parent | 597d11f9f79c1486db4cdc1c0aca215cc4ab6074 (diff) | |
| download | powder-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.cpp | 1 |
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; } |
