Skip to content

Commit

Permalink
SporeModLoader: document Spore version file sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 25, 2024
1 parent eed286c commit 8379072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SporeModLoader/SporeModLoaderHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ Game::GameVersion Game::GetCurrentVersion(void)

switch (currentFileSize)
{
case 24904192:
case 24909584:
case 24909584: // Disk v1.5.1
case 24904192: // Cracked Disk v1.5.1
cachedGameVersion = Game::GameVersion::Disk_1_5_1;
break;

case 24885248:
case 24895536:
case 24885248: // GOG March 2017
case 24895536: // GOG October 2024
cachedGameVersion = Game::GameVersion::GogOrSteam_March2017;
break;

Expand Down

0 comments on commit 8379072

Please sign in to comment.