Skip to content

Commit

Permalink
Add support for swo
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor committed Aug 27, 2024
1 parent 9df317b commit 1b665cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Galanthus/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static bool LoadGame(string inDirectory, Platform inPlatform, Compression
case "ibex":
case "rogue":
case "camel":
case "helix":
CompressionMethod = CompressionMethod.ZLib;
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion Galanthus/SdfToc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public SdfToc(TocHeader inHeader, List<Locale> inLocales, List<Block<byte>> inDd
}

// test which versions
if (header.Version > 0x29)
if (header.Version > 0x2A)
{
return null;
}
Expand Down

0 comments on commit 1b665cb

Please sign in to comment.