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.
Diff: Character/Character.cpp
- Revision:
- 14:2d7e41f46879
- Parent:
- 13:217c6102ffc0
- Child:
- 17:c81c09625d92
diff -r 217c6102ffc0 -r 2d7e41f46879 Character/Character.cpp
--- 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;
-    
     }