Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
51:4d0cd75e7ed3
Parent:
41:0697508a28ba
Child:
53:93338b52489d
diff -r 2c5cb92a5361 -r 4d0cd75e7ed3 Entity/Player/Bullets/Bullets.cpp
--- a/Entity/Player/Bullets/Bullets.cpp	Thu May 09 06:33:28 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp	Thu May 09 07:39:49 2019 +0000
@@ -2,7 +2,6 @@
 
 Bullets::Bullets(float pos_x, float pos_y, int dir)
 {
-    moving = true;
     face = 0;
     hp = 1;
     hitbox.width = 3;