mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove some more DOS related stuff
This commit is contained in:
parent
62c85ea4a5
commit
d126fe8786
2 changed files with 1 additions and 8 deletions
5
Doxyfile
5
Doxyfile
|
|
@ -109,13 +109,10 @@ FILE_PATTERNS = *.c \
|
|||
*.mm \
|
||||
*.dox
|
||||
RECURSIVE = YES
|
||||
EXCLUDE = ./src/djgppdos/internal.h \
|
||||
./src/djgppdos/setup.c \
|
||||
./src/sdl/IMG_xpm.c \
|
||||
EXCLUDE = ./src/sdl/IMG_xpm.c \
|
||||
./src/sdl/SRB2DC/scramble.c
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS = */src/hardware/*/* \
|
||||
*/src/djgppdos/bcd.? \
|
||||
*/src/sdl/SDL_main/* \
|
||||
*/src/*/*_private.h \
|
||||
*/src/sdl/*/*help.? \
|
||||
|
|
|
|||
|
|
@ -2469,10 +2469,6 @@ void S_SetMusicVolume(INT32 digvolume, INT32 seqvolume)
|
|||
CV_SetValue(&cv_midimusicvolume, seqvolume&31);
|
||||
actualmidimusicvolume = cv_midimusicvolume.value; //check for change of var
|
||||
|
||||
#ifdef DJGPPDOS
|
||||
digvolume = seqvolume = 31;
|
||||
#endif
|
||||
|
||||
switch(I_SongType())
|
||||
{
|
||||
case MU_MID:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue