diff --git a/dCommon/dEnums/eCharacterVersion.h b/dCommon/dEnums/eCharacterVersion.h index dc8e5032..683951e3 100644 --- a/dCommon/dEnums/eCharacterVersion.h +++ b/dCommon/dEnums/eCharacterVersion.h @@ -16,7 +16,7 @@ enum class eCharacterVersion : uint32_t { VAULT_SIZE, // Fixes speed base value in level component SPEED_BASE, - UP_TO_DATE, // will become SPEED_BASE + UP_TO_DATE, // will become NJ_JAYMISSIONS }; #endif //!__ECHARACTERVERSION__H__