Condition for sound sample number for SOUND_CHEATER was reversed between Shareware and Full Release content

This commit is contained in:
zicodxx 2011-06-13 17:22:13 +02:00
parent bff27ec4fd
commit df59103290
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20110613
--------
main/sounds.h: Condition for sound sample number for SOUND_CHEATER was reversed between Shareware and Full Release content
20110609
--------
main/render.c: Saturate colored dynamic light just like normal one - makes the hwole thing a bit less colorful but makes for better balanced color mixing (theoretically) and does not reduce static light

View file

@ -221,7 +221,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#define SOUND_BAD_SELECTION 156
#define SOUND_GOOD_SELECTION_SECONDARY (PCSharePig?155:154) // Adam: New sound number here! MK, 01/30/95
#define SOUND_ALREADY_SELECTED 155 // Adam: New sound number here! MK, 01/30/95
#define SOUND_CHEATER (PCSharePig?200:156) // moved by Victor Rachels
#define SOUND_CHEATER (PCSharePig?156:200) // moved by Victor Rachels
#define SOUND_CLOAK_OFF 161 //sound when cloak goes away
#define SOUND_INVULNERABILITY_OFF 163 //sound when invulnerability goes away