mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Revert change to _multivc.h because it fucked up the volume slider
git-svn-id: https://svn.eduke32.com/eduke32@6712 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1c342e0bde
commit
b7dfd992ae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#define MV_MAXPANPOSITION 127 /* formerly 31 */
|
||||
#define MV_NUMPANPOSITIONS ( MV_MAXPANPOSITION + 1 )
|
||||
#define MV_MAXTOTALVOLUME 255
|
||||
#define MV_MAXVOLUME 127 /* formerly 63 */
|
||||
#define MV_MAXVOLUME 255 /* formerly 63 */
|
||||
#define MV_NUMVOICES 8
|
||||
|
||||
// mirrors FX_MUSIC_PRIORITY from fx_man.h
|
||||
|
|
Loading…
Reference in a new issue