Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
28:98848e6a77a2
Parent:
27:a1b41626f57c
Child:
29:6b8411bb040a
--- a/Entity/Bullets/Bullets.cpp	Mon Apr 29 10:39:09 2019 +0000
+++ b/Entity/Bullets/Bullets.cpp	Thu May 02 21:30:49 2019 +0000
@@ -2,6 +2,7 @@
 
 Bullets::Bullets(float pos_x, float pos_y, int dir)
 {
+    _damage_self_upon_collision = false;
     moving = true;
     face = 0;
     hp = 1;