Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2018, 9:48:58 PM (6 years ago)
Author:
landauf
Message:

[Highscore_HS16] moved logic to compare old an new score to Highscore; fixed formatting in Gametypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Highscore.h

    r11715 r11716  
    1818        void setConfigValues(); // Inherited function
    1919
    20         void storeHighscore(const std::string& level, int points, PlayerInfo* player);
     20        void storeScore(const std::string& level, int points, PlayerInfo* player);
    2121        int getHighestScoreOfGame(const std::string& game);
    2222
Note: See TracChangeset for help on using the changeset viewer.