Cleaned up some junk in bonus_block.
authorLMH <lmh.0013@gmail.com>
Mon, 26 Aug 2013 18:49:03 +0000 (08:49 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:19 +0000 (18:45 +0200)
commit1e6e54ca5a696961181861837f2c2a284c400deb
tree65269eeb75405ae45c672b6940f3eb367e6ca8ed
parentccbdf3a3f15d24ad65d40907b4e99f4582c7ae38
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