Increased highscore version number so that old highscores (0.7*

and alpha release) will be deleted (which avoids problems of
having too good highscores for sandtrack, which was replaced).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12008 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2012-11-19 01:24:13 +00:00
parent 861d12a92a
commit 2dd07ff3d7

View File

@ -35,7 +35,7 @@ class HighscoreManager
{
public:
private:
static const unsigned int CURRENT_HSCORE_FILE_VERSION = 2;
static const unsigned int CURRENT_HSCORE_FILE_VERSION = 3;
typedef std::vector<Highscores*> type_all_scores;
type_all_scores m_all_scores;