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
Diff: BulletS/BulletS.cpp
- Revision:
- 7:06a2558155f0
- Parent:
- 6:5bea67cc96f9
- Child:
- 8:86cb9a9f8a73
--- a/BulletS/BulletS.cpp Mon Mar 23 15:20:59 2020 +0000
+++ b/BulletS/BulletS.cpp Tue Mar 24 16:44:48 2020 +0000
@@ -4,7 +4,7 @@
{
}
-void Bullet::init(int size, int x, int y) {
+void Bullet::init(int size, int x) {
Size = size;
Speed = 0;
X = x; //x=Middle of the ship