Skip to content

Commit

Permalink
Clarify Fallout 4 next gen update BA2 version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Capostrophic committed Apr 28, 2024
1 parent 52d77e3 commit a5d9369
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/bsa/ba2dx10file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions components/bsa/ba2file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ namespace Bsa
Fallout4 = 1,
StarfieldGeneral = 2,
StarfieldDDS = 3,
Fallout4NG = 7,
Fallout4NG2 = 8,
Fallout4NextGen_v7 = 7,
Fallout4NextGen_v8 = 8,
};
}

Expand Down
4 changes: 2 additions & 2 deletions components/bsa/ba2gnrlfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a5d9369

Please sign in to comment.