Skip to content

Commit

Permalink
Release Nugget Doom 3.2.0
Browse files Browse the repository at this point in the history
Also removed temporary support for "Nugget 3.0.0" saves (actual 3.0.0 saves have been labelled "Nugget 2.4.0" by mistake).
  • Loading branch information
MrAlaux committed Jul 29, 2024
1 parent 97f3696 commit 30d89d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
cmake_minimum_required(VERSION 3.9)

project("Nugget Doom"
VERSION 3.1.0
DESCRIPTION "Nugget Doom 3.1.0"
VERSION 3.2.0
DESCRIPTION "Nugget Doom 3.2.0"
HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom"
LANGUAGES C)

Expand Down
1 change: 0 additions & 1 deletion src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,6 @@ static void G_DoLoadGame(void)
CheckSaveVersion("Nugget 2.0.0", saveg_nugget200);
CheckSaveVersion("Nugget 2.1.0", saveg_nugget210);
CheckSaveVersion("Nugget 2.4.0", saveg_nugget300);
CheckSaveVersion("Nugget 3.0.0", saveg_nugget300); // To be removed
CheckSaveVersion(CURRENT_SAVE_VERSION, saveg_current);

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

0 comments on commit 30d89d1

Please sign in to comment.