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.cpp
- Revision:
- 50:2c5cb92a5361
- Parent:
- 41:0697508a28ba
- Child:
- 51:4d0cd75e7ed3
diff -r 3f83ed62d123 -r 2c5cb92a5361 Entity/Player/Player.cpp
--- a/Entity/Player/Player.cpp Thu May 09 04:24:30 2019 +0000
+++ b/Entity/Player/Player.cpp Thu May 09 06:33:28 2019 +0000
@@ -123,7 +123,7 @@
}
}
-bool Player::update_bullets(char * map, bool * doorways)
+bool Player::delete_out_of_bounds_bullets(char * map, bool * doorways)
{
bool result = false;
for (int i = 0; i < bullets_max; i++) {