Core/Enums: Update TutorialAction for 6.1.0

This commit is contained in:
Vincent-Michael
2015-03-15 13:54:04 +01:00
parent 1a883d88b2
commit fe971b9048

View File

@@ -409,9 +409,9 @@ enum AccountDataType
enum TutorialAction
{
TUTORIAL_ACTION_UPDATE = 0,
TUTORIAL_ACTION_CLEAR = 1,
TUTORIAL_ACTION_RESET = 2
TUTORIAL_ACTION_CLEAR = 1,
TUTORIAL_ACTION_UPDATE = 2,
TUTORIAL_ACTION_RESET = 3
};
/*