diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-03 00:11:19 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-03 00:11:19 (GMT) |
| commit | cb75e1d924ee33251c65a8bc10288ddd9e978882 (patch) | |
| tree | 42680af35123199d3d4d272c4f07ab8e6b88a9e6 /src/elements/newgraphics.c | |
| parent | 52d2facf913880a8813e5e4bad0b0f40bce0df4f (diff) | |
| download | powder-cb75e1d924ee33251c65a8bc10288ddd9e978882.zip powder-cb75e1d924ee33251c65a8bc10288ddd9e978882.tar.gz | |
Fix spark effect on BOMB, another attempt at TNT (Explosive with more pressure)
Diffstat (limited to 'src/elements/newgraphics.c')
| -rw-r--r-- | src/elements/newgraphics.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c index c846b94..9af28a1 100644 --- a/src/elements/newgraphics.c +++ b/src/elements/newgraphics.c @@ -483,17 +483,6 @@ int graphics_FIRW(GRAPHICS_FUNC_ARGS) } return 0; } -int graphics_BOMB(GRAPHICS_FUNC_ARGS) -{ - if (cpart->tmp==0) { - *pixel_mode |= PMODE_FLARE; - } - else - { - *pixel_mode |= PMODE_SPARK; - } - return 0; -} int graphics_GBMB(GRAPHICS_FUNC_ARGS) { if (cpart->life <= 0) { |
