- Timestamp:
- May 24, 2018, 3:36:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.cc
r11984 r11992 247 247 bool Pacman::isdead(){ 248 248 return death; 249 } 250 //Getter 251 int Pacman::getTotalpoints(){ 252 return totallevelpoint; 249 253 } 250 254 … … 272 276 death = true; 273 277 274 //if (Highscore::exists())275 // Highscore::getInstance().storeScore("3DPacman", this->getPoints(), this->playerInfo_);276 277 278 deathtime = deathtime-dt; 278 279
Note: See TracChangeset
for help on using the changeset viewer.