Skip to content

Commit

Permalink
Run tests with the max volume set.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Feb 17, 2014
1 parent 684caa0 commit 2e69aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions headless/Headless.cpp
Expand Up @@ -343,6 +343,8 @@ int main(int argc, const char* argv[])
g_Config.bFrameSkipUnthrottle = false;
g_Config.bEnableLogging = fullLog;
g_Config.iNumWorkerThreads = 1;
g_Config.iBGMVolume = MAX_CONFIG_VOLUME;
g_Config.iSFXVolume = MAX_CONFIG_VOLUME;

#ifdef _WIN32
InitSysDirectories();
Expand Down

0 comments on commit 2e69aa9

Please sign in to comment.