Changeset 11715 for code/trunk/src/modules/jump
- Timestamp:
- Jan 7, 2018, 9:16:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/jump/Jump.cc
r11356 r11715 315 315 int score = this->getScore(this->getPlayer()); 316 316 if(score > Highscore::getInstance().getHighestScoreOfGame("Jump")) 317 Highscore::getInstance().storeHighscore("Jump",score );317 Highscore::getInstance().storeHighscore("Jump",score,this->getPlayer()); 318 318 319 319 }
Note: See TracChangeset
for help on using the changeset viewer.