Changeset 9858 for code/branches/invaders/src/modules/invader/Invader.cc
- Timestamp:
- Dec 2, 2013, 4:08:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/src/modules/invader/Invader.cc
r9854 r9858 98 98 } 99 99 100 void Invader::costLife() 101 { 102 lives--; 103 multiplier = 0; 104 if (lives <= 0) end(); 105 }; 106 100 107 void Invader::comboControll() 101 108 {
Note: See TracChangeset
for help on using the changeset viewer.