diff --git a/Adventures in Lestoria/Audio.cpp b/Adventures in Lestoria/Audio.cpp index 8870506f..06b53ed1 100644 --- a/Adventures in Lestoria/Audio.cpp +++ b/Adventures in Lestoria/Audio.cpp @@ -46,8 +46,8 @@ INCLUDE_game INCLUDE_DATA float Audio::defaultFadeTime=0.f; -float Audio::sfxVol=1.f; -float Audio::bgmVol=1.f; +float Audio::sfxVol=0.7f; +float Audio::bgmVol=0.7f; bool Audio::muted=false; void Audio::Initialize(){ diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 7851ea53..0c569e56 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -38,8 +38,8 @@ All rights reserved. #pragma once #define VERSION_MAJOR 1 #define VERSION_MINOR 2 -#define VERSION_PATCH 1 -#define VERSION_BUILD 8950 +#define VERSION_PATCH 2 +#define VERSION_BUILD 8951 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 0567d77b..dce4b40d 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ