Skip to content

Commit

Permalink
Merge addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Sep 21, 2024
1 parent 04ae706 commit db1944a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- **_Bloodier Gibbing_ setting now adds crushing effects**
- **Freecam speed is now mostly independent of game speed**
- **Made `force_flip_pan` affect the _OpenAL 3D_ sound module** [by @ceski-1]
- **Made _Screen Wipe Speed Percentage_ setting affect the _Fizzle_ fade**
- **Renamed _ZDoom-like Item Drops_ (`zdoom_item_drops`) to _Toss Items Upon Death_ (`tossdrop`)** [2]
- **Removed _'BABYMODE'_ cheat**
- **Removed _Upward Message Scrolling_ menu item**
Expand All @@ -43,4 +44,5 @@
- **_[Crosshair] Translucency_ menu item not being disabled when the crosshair were disabled**

**[1].** This may affect existing NUGHUDs.

**[2].** This will affect existing config files.
1 change: 1 addition & 0 deletions src/p_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "st_stuff.h"

// [Nugget]
#include "m_input.h"
#include "s_sound.h"
#include "sounds.h"

Expand Down
2 changes: 1 addition & 1 deletion src/r_sky.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ byte R_GetSkyColor(int texturenum);
void R_UpdateSky(void);

#define FIRE_WIDTH 128
#define FIRE_HEIGHT 320
#define FIRE_HEIGHT 450 // [Nugget] Increased

byte *R_GetFireColumn(int col);

Expand Down

0 comments on commit db1944a

Please sign in to comment.