Skip to content

Commit

Permalink
Remove temporary "Nugget 2.5.0"-save support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Mar 4, 2024
1 parent 3e30364 commit 0d683c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,6 @@ static void G_DoLoadGame(void)
CheckSaveVersion("Woof 6.0.0", saveg_woof600);
CheckSaveVersion("Nugget 2.0.0", saveg_nugget200);
CheckSaveVersion("Nugget 2.1.0", saveg_nugget210);
CheckSaveVersion("Nugget 2.5.0", saveg_current); // To be removed
CheckSaveVersion(CURRENT_SAVE_VERSION, saveg_current);

// killough 2/22/98: Friendly savegame version difference message
Expand Down

0 comments on commit 0d683c8

Please sign in to comment.