Cleaned up some junk in bonus_block.
authorLMH <lmh.0013@gmail.com>
Mon, 26 Aug 2013 18:49:03 +0000 (08:49 -1000)
committerLMH <lmh.0013@gmail.com>
Mon, 26 Aug 2013 18:58:15 +0000 (08:58 -1000)
commita381575b1cfb541deb025dd9bda2007dcc31d199
tree6682f0d6d86ed188352c7cb5b51eabc3a992757d
parent8fe37316dda22abb79d731dd6e073f038eb2efda
Cleaned up some junk in bonus_block.
Removed some unnecessary switches to reduce the amount of code.  Star and Tux dolls now make a noise when leaving the bonus block.  Removed unused variable from coin_explode.  Heavy coins now bounce once when hitting the ground at high velocity and reflect their y velocity when hitting the bottome of something.  Made it easy for the editor to place bonus blocks with the flip level potions.
data/images/objects/bonus_block/bonus-levelflip.png [new file with mode: 0644]
data/images/tiles.strf
src/badguy/goldbomb.cpp
src/object/bonus_block.cpp
src/object/bonus_block.hpp
src/object/coin.cpp
src/object/coin_explode.cpp
src/object/coin_explode.hpp