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/Bullets/Bullets.cpp
- Revision:
- 33:4f3948dcd2f7
- Parent:
- 32:fe6359ef9916
- Child:
- 34:1d5b4da3935e
diff -r fe6359ef9916 -r 4f3948dcd2f7 Entity/Player/Bullets/Bullets.cpp
--- a/Entity/Player/Bullets/Bullets.cpp Mon May 06 08:56:48 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp Mon May 06 13:27:26 2019 +0000
@@ -55,7 +55,7 @@
return false;
}
-int * Bullets::get_frame()
+char * Bullets::get_frame()
{
- return (int *) bullets_sprite;
+ return (char *) bullets_sprite;
}
\ No newline at end of file