mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
Forgot to commit s_sound.h
This commit is contained in:
parent
b18d60c1d3
commit
de9d1d2b35
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue