Skip to content

Commit

Permalink
SporeModLoader: correct Game::GetCurrentVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Dec 16, 2023
1 parent c58b393 commit 8e36081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SporeModLoader/SporeModLoaderHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Game::GameVersion Game::GetCurrentVersion(void)

switch (currentFileSize)
{
case 24904192:
case 24909584:
return Game::GameVersion::Disk_1_5_1;
case 31347984:
Expand Down

0 comments on commit 8e36081

Please sign in to comment.