aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:24:25 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:24:25 -0500
commit814dab606cfeeabd4aeecba852507c3c3f1a005f (patch)
treee2d2f0bffb0bfcf08c69dbc770a1474b8265528a /main.cpp
parent5f18e763031091a34dc7e279424c2359f63e3d9c (diff)
Volume Mixer
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a85cd4d..c523c65 100644
--- a/main.cpp
+++ b/main.cpp
@@ -189,7 +189,8 @@ unsigned int SCREEN_HEIGHT = 720;
bool FULLSCREEN = false;
float VOLUME_MASTER = 50;
-float VOLUME_MUSIC = 25;
+float VOLUME_MUSIC = 25;
+float VOLUME_SFX = 25;
/*******************************************************************************
* MAIN ************************************************************************