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/Player.h
- Revision:
- 57:1c12361b6e3d
- Parent:
- 50:2c5cb92a5361
- Child:
- 58:c8d90bb7404a
--- a/Entity/Player/Player.h Thu May 09 08:42:52 2019 +0000
+++ b/Entity/Player/Player.h Thu May 09 09:50:19 2019 +0000
@@ -11,10 +11,10 @@
private:
// Member Variables
- int fire_rate_counter;
- int fire_rate_delay;
+ int _fire_rate_counter;
+ int _fire_rate_delay;
int _bullet_speed;
- int invulnerability_counter;
+ int _invulnerability_counter;
// Private Functions
void move_player(float mapped_x, float mapped_y, char * map, bool * doorways);