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: Sprites/Sprites.h
- Revision:
- 64:b373b6bf8255
- Parent:
- 63:ec95e155fb30
- Child:
- 65:d807f9d9d0b3
--- a/Sprites/Sprites.h Thu May 09 11:04:28 2019 +0000 +++ b/Sprites/Sprites.h Thu May 09 11:45:21 2019 +0000 @@ -155,7 +155,7 @@ /** States conditions for drawing and collection of keys. @details Each key is displayed while key flag is false, once collected, key is deleted * and flag is changed to true. - @param i index so each key is treated independently + @param k index so each key is treated independently @param x key position. @param y key position. */ @@ -197,7 +197,7 @@ void soft_blocks(int x1, int y, int x2, N5110 &lcd); bool _key[5]; /*initialise key flag, will only draw key if false, array identifies keys - individually, made public as key_reinit() needs to reset flag at start of each level*/ + individually, made global variable as key_reinit() needs to reset flag at start of each level*/ private: