Skip to content

Commit

Permalink
Release Nugget Doom 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed May 16, 2024
1 parent 2edca0c commit 5d02e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- **Adjusted spawning height of _Bloodier Gibbing_ blood splats**
- **Support for _Milestone Completion Announcements_ in multiplayer**
- **Lengthened FOV slider**
- **Removed temporary support for "Nugget 2.4.0" saves**

## Bug Fixes

Expand Down
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.0.0
DESCRIPTION "Nugget Doom 3.0.0"
VERSION 3.1.0
DESCRIPTION "Nugget Doom 3.1.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 @@ -2511,7 +2511,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.4.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 5d02e64

Please sign in to comment.