bjaraujo / Bombermaaan

Bombermaaan is inspired on the classic Bomberman game.
GNU General Public License v3.0
107 stars 13 forks source link

Non exploding bomb #8

Closed bjaraujo closed 8 years ago

bjaraujo commented 8 years ago

nonexplo

Note: Only exploded when white bomber died.

bjaraujo commented 8 years ago

Seems just a graphical issue: bug

bjaraujo commented 8 years ago

Owner is alive. m_BeingHeld = true; m_BeingLifted = false; m_BeingPunched = false; m_BombFly = BOMBFLY_NONE; m_TimeLeft = 0.0799999982; m_OwnerPlayer = 3;

m_Dead = false; m_Checked = false;

Conclusion: Bomb is being held although bomber and bomb coordinates do not match.

bjaraujo commented 8 years ago

resolved with commit: 212e126c6d3f2f1761d3fe7cc01e01f5208c8824