Skip to content

Commit

Permalink
Add support for oct2024 in combined DLL (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 authored Oct 23, 2024
1 parent 4a44ef5 commit 3f4eeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spore ModAPI/SourceCode/DLL/DllModAPI.cpp
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 3f4eeb1

Please sign in to comment.