1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 17:15:34 +00:00

Clarify Fallout 4 next gen update BA2 version naming

This commit is contained in:
Alexei Kotov 2024-04-28 05:09:40 +03:00
parent 52d77e3a45
commit a5d936993f
3 changed files with 6 additions and 6 deletions

View file

@ -119,8 +119,8 @@ namespace Bsa
switch (static_cast<BA2Version>(mVersion))
{
case BA2Version::Fallout4:
case BA2Version::Fallout4NG:
case BA2Version::Fallout4NG2:
case BA2Version::Fallout4NextGen_v7:
case BA2Version::Fallout4NextGen_v8:
break;
case BA2Version::StarfieldDDS:
uint64_t dummy;

View file

@ -14,8 +14,8 @@ namespace Bsa
Fallout4 = 1,
StarfieldGeneral = 2,
StarfieldDDS = 3,
Fallout4NG = 7,
Fallout4NG2 = 8,
Fallout4NextGen_v7 = 7,
Fallout4NextGen_v8 = 8,
};
}

View file

@ -113,8 +113,8 @@ namespace Bsa
switch (static_cast<BA2Version>(mVersion))
{
case BA2Version::Fallout4:
case BA2Version::Fallout4NG:
case BA2Version::Fallout4NG2:
case BA2Version::Fallout4NextGen_v7:
case BA2Version::Fallout4NextGen_v8:
break;
case BA2Version::StarfieldGeneral:
uint64_t dummy;