Changeset 11499 for code/branches/HUD_HS16/src/modules/jump/Jump.cc
- Timestamp:
- Oct 23, 2017, 2:56:00 PM (7 years ago)
- Location:
- code/branches/HUD_HS16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16
- Property svn:mergeinfo changed
-
code/branches/HUD_HS16/src/modules/jump/Jump.cc
r11497 r11499 34 34 #include "Jump.h" 35 35 #include "core/CoreIncludes.h" 36 #include "Highscore.h"37 36 38 37 #include "JumpCenterpoint.h" … … 312 311 cleanup(); 313 312 GSLevel::startMainMenu(); 314 if (Highscore::exists()){ 315 int score = this->getScore(this->getPlayer()); 316 if(score > Highscore::getInstance().getHighestScoreOfGame("Jump")) 317 Highscore::getInstance().storeHighscore("Jump",score); 318 319 } 313 320 314 Deathmatch::end(); 321 315 }
Note: See TracChangeset
for help on using the changeset viewer.