Update eCharacterVersion.h

This commit is contained in:
David Markowitz 2024-10-31 10:04:26 -07:00 committed by GitHub
parent 719717b23c
commit abdf52cdc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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__