Albert Tan-Mulligan / Mbed 2 deprecated ELEC2645_Project_el18ajst

Dependencies:   mbed

Revision:
14:2d7e41f46879
Parent:
13:217c6102ffc0
Child:
17:c81c09625d92
--- a/Character/Character.cpp	Tue May 26 12:49:15 2020 +0000
+++ b/Character/Character.cpp	Tue May 26 14:33:14 2020 +0000
@@ -79,7 +79,7 @@
     if (_x > 79){ _x = 79; }
     if (_y > 43){ _y = 43; }
     }
-//Accessor and Mutator Functions
+//Accessor Functions
 int Character::get_x()
 {   
     return _x;
@@ -98,5 +98,4 @@
     _x = 40;
     _y = 22;
     _dir = 0;
-    
     }