Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
50:2c5cb92a5361
Parent:
41:0697508a28ba
Child:
51:4d0cd75e7ed3
--- 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++) {