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/Mobs/Snake/Snake.cpp
- Revision:
- 51:4d0cd75e7ed3
- Parent:
- 44:cc4cecfc639f
- Child:
- 54:03ddad11d202
diff -r 2c5cb92a5361 -r 4d0cd75e7ed3 Entity/Mobs/Snake/Snake.cpp
--- a/Entity/Mobs/Snake/Snake.cpp Thu May 09 06:33:28 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.cpp Thu May 09 07:39:49 2019 +0000
@@ -6,7 +6,6 @@
Snake::Snake(float pos_x, float pos_y)
{
_hp_drop_chance = 10; // out of 100
- moving = true;
_prev_face = 0;
face = 0;
hp = 4;