Skip to content

Commit

Permalink
3rdParty: update Spore-ModAPI to support oct2024 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 23, 2024
1 parent 122b7bb commit 1bc3fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace ModAPI
cachedGameType = GameType::Disk;
hasFoundGameType = true;
}
else if (size.QuadPart == 24885248)
else if (size.QuadPart == 24885248 || size.QuadPart == 24895536)
{ // steam patched version
cachedGameType = GameType::March2017;
hasFoundGameType = true;
Expand Down

0 comments on commit 1bc3fae

Please sign in to comment.