From de9d1d2b35fd4c2a75d8ff43d59d0b8eb383bf78 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Tue, 22 Sep 2020 20:51:01 -0700
Subject: [PATCH] Forgot to commit s_sound.h

---
 src/s_sound.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/s_sound.h b/src/s_sound.h
index 6e3de61011..4ac3c70bf0 100644
--- a/src/s_sound.h
+++ b/src/s_sound.h
@@ -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;
 
-- 
GitLab