Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
SRB2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
245
Issues
245
List
Board
Labels
Milestones
Merge Requests
70
Merge Requests
70
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
STJr
SRB2
Commits
492ca3ce
Commit
492ca3ce
authored
Jul 25, 2020
by
SteelT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some more DOS related stuff
parent
0d48d4c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
Doxyfile
Doxyfile
+1
-4
s_sound.c
src/s_sound.c
+0
-4
No files found.
Doxyfile
View file @
492ca3ce
...
...
@@ -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.? \
...
...
src/s_sound.c
View file @
492ca3ce
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment