diff options
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) { |
