Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Entity/Player/Bullets/Bullets.cpp
- Revision:
- 37:a404860171a9
- Parent:
- 35:06cd6be999ad
- Child:
- 38:09832e662803
- Child:
- 40:cbcbf6fc1421
--- a/Entity/Player/Bullets/Bullets.cpp Tue May 07 01:11:07 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp Tue May 07 03:47:39 2019 +0000
@@ -2,7 +2,6 @@
Bullets::Bullets(float pos_x, float pos_y, int dir)
{
- _damage_self_upon_collision = false;
moving = true;
face = 0;
hp = 1;