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.
Fork of The_Children_of_Cronos_el15mggr by
Revision 5:4111d3255f24, committed 2017-07-18
- Comitter:
- matirc
- Date:
- Tue Jul 18 09:55:49 2017 +0000
- Parent:
- 4:466cda7cae42
- Commit message:
- Final version
Changed in this revision
--- a/Stymphalian/Stymphalianlib.cpp Fri May 05 11:43:35 2017 +0000 +++ b/Stymphalian/Stymphalianlib.cpp Tue Jul 18 09:55:49 2017 +0000 @@ -40,9 +40,7 @@ _alienbullet1=true; _alienbullet2=true; _dead=false; - _disp0=false; - _disp1=false; - _disp2=false; + _alienXbig[0]=1; _alienYbig[0]=3; _alienXbig[1]=2;
--- a/Stymphalian/Stymphalianlib.h Fri May 05 11:43:35 2017 +0000 +++ b/Stymphalian/Stymphalianlib.h Tue Jul 18 09:55:49 2017 +0000 @@ -126,7 +126,7 @@ // bools for knowing if there is any bullet of that type in the screen bool _bulletcheck,_alienbullet0,_alienbullet1,_alienbullet2; //bools for knowing if it died or for knowing if that alien whre the bullet was gona come out is alive or not - bool _dead,_disp0,_disp1,_disp2; + bool _dead;