Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaden
SRB2
Commits
492ca3ce
Commit
492ca3ce
authored
4 years ago
by
SteelT
Browse files
Options
Downloads
Patches
Plain Diff
Remove some more DOS related stuff
parent
0d48d4c8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile
+1
-4
1 addition, 4 deletions
Doxyfile
src/s_sound.c
+0
-4
0 additions, 4 deletions
src/s_sound.c
with
1 addition
and
8 deletions
Doxyfile
+
1
−
4
View file @
492ca3ce
...
@@ -109,13 +109,10 @@ FILE_PATTERNS = *.c \
...
@@ -109,13 +109,10 @@ FILE_PATTERNS = *.c \
*.mm \
*.mm \
*.dox
*.dox
RECURSIVE = YES
RECURSIVE = YES
EXCLUDE = ./src/djgppdos/internal.h \
EXCLUDE = ./src/sdl/IMG_xpm.c \
./src/djgppdos/setup.c \
./src/sdl/IMG_xpm.c \
./src/sdl/SRB2DC/scramble.c
./src/sdl/SRB2DC/scramble.c
EXCLUDE_SYMLINKS = NO
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */src/hardware/*/* \
EXCLUDE_PATTERNS = */src/hardware/*/* \
*/src/djgppdos/bcd.? \
*/src/sdl/SDL_main/* \
*/src/sdl/SDL_main/* \
*/src/*/*_private.h \
*/src/*/*_private.h \
*/src/sdl/*/*help.? \
*/src/sdl/*/*help.? \
...
...
This diff is collapsed.
Click to expand it.
src/s_sound.c
+
0
−
4
View file @
492ca3ce
...
@@ -2469,10 +2469,6 @@ void S_SetMusicVolume(INT32 digvolume, INT32 seqvolume)
...
@@ -2469,10 +2469,6 @@ void S_SetMusicVolume(INT32 digvolume, INT32 seqvolume)
CV_SetValue
(
&
cv_midimusicvolume
,
seqvolume
&
31
);
CV_SetValue
(
&
cv_midimusicvolume
,
seqvolume
&
31
);
actualmidimusicvolume
=
cv_midimusicvolume
.
value
;
//check for change of var
actualmidimusicvolume
=
cv_midimusicvolume
.
value
;
//check for change of var
#ifdef DJGPPDOS
digvolume
=
seqvolume
=
31
;
#endif
switch
(
I_SongType
())
switch
(
I_SongType
())
{
{
case
MU_MID
:
case
MU_MID
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment