mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-07 23:41:08 +00:00
- Exhumed: Default init nSound
to -1 as the code tests > -1 for validity.
This commit is contained in:
parent
a7c311e291
commit
3f6a0661b6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void doPlayerItemPickups(Player* const pPlayer)
|
||||||
{
|
{
|
||||||
int tintRed = 0;
|
int tintRed = 0;
|
||||||
int tintGreen = 16;
|
int tintGreen = 16;
|
||||||
int nSound = 9;
|
int nSound = -1;
|
||||||
int var_40;
|
int var_40;
|
||||||
|
|
||||||
switch (itemtype)
|
switch (itemtype)
|
||||||
|
|
Loading…
Reference in a new issue