aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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 ************************************************************************