Changeset 11313 for code/branches/Highscore_HS16/src/modules/jump
- Timestamp:
- Nov 28, 2016, 4:53:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Highscore_HS16/src/modules/jump/Jump.cc
r11071 r11313 34 34 #include "Jump.h" 35 35 #include "core/CoreIncludes.h" 36 #include "Highscore.h" 36 37 37 38 #include "JumpCenterpoint.h" … … 311 312 cleanup(); 312 313 GSLevel::startMainMenu(); 313 314 orxout() << "Test Highscore" << endl; 315 if (Highscore::exists()){ 316 orxout() << "exists" << endl; 317 Highscore::getInstance().storeHighscore("player","jump",sectionNumber_ - 2); 318 } 314 319 Deathmatch::end(); 315 320 }
Note: See TracChangeset
for help on using the changeset viewer.