Skip to content

Commit

Permalink
Handle file version 24
Browse files Browse the repository at this point in the history
  • Loading branch information
reubengann committed Feb 11, 2023
1 parent 2147e5d commit 8a80582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Witcher3MapViewer/Witcher3SaveFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Witcher3MapViewer
{
public class Witcher3SaveFile
{
static List<int> validVersions = new List<int> { 18, 19, 23 };
static List<int> validVersions = new List<int> { 18, 19, 23, 24 };

int VariableTableOffset;
int StringTableFooterOffset;
Expand Down

0 comments on commit 8a80582

Please sign in to comment.