Added a fix to the weapon check in the Fast Shot trait

* changed range check to type+range check, the same fix is also applied
to FastShotTraitFix.

Added more info to the description of FastShotFix option.
This commit is contained in:
NovaRain
2020-09-05 10:47:53 +08:00
parent 9c7f34ffb2
commit 398ad650b9
3 changed files with 56 additions and 28 deletions
+2 -1
View File
@@ -349,7 +349,8 @@
#define Stereo16bit (soundstereo bwor sound16bit)
#define Stereo16bitLoop (soundstereo bwor sound16bit bwor soundloop)
// Adjust/reduce volume: 0x0000XXXX - max volume, 0x7FFFXXXX - mute
// Adjust (reduce) volume for soundplay and play_sfall_sound
// range: 0x0000XXXX (max volume) - 0x7FFFXXXX (mute)
#define SoundVolume25 (0x20000000)
#define SoundVolumeHalf (0x40000000)
#define SoundVolume75 (0x60000000)