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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
de9d1d2b
Commit
de9d1d2b
authored
4 years ago
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to commit s_sound.h
parent
b18d60c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1156
Apply volume to sounds with origin too
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/s_sound.h
+3
-0
3 additions, 0 deletions
src/s_sound.h
with
3 additions
and
0 deletions
src/s_sound.h
+
3
−
0
View file @
de9d1d2b
...
...
@@ -87,6 +87,9 @@ typedef struct
// origin of sound
const
void
*
origin
;
// initial volume of sound, which is applied after distance and direction
INT32
volume
;
// handle of the sound being played
INT32
handle
;
...
...
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