Haoyan Zhang
/
el17h2z1
deemo1
Diff: Battleship/Battleship.cpp
- Revision:
- 5:32dbfaf578dd
- Parent:
- 1:8c48fb8ca5e0
- Child:
- 6:b59bc5e15cf3
--- a/Battleship/Battleship.cpp Tue May 12 15:54:51 2020 +0000 +++ b/Battleship/Battleship.cpp Thu May 14 05:21:50 2020 +0000 @@ -26,7 +26,7 @@ _width = width; _speed = 1; // default speed _score = 0; // start score from zero - _life = 1; // set the life zero + _life = 1; // set the life one } void Battleship::draw(N5110 &lcd)