svn-id: r8557
This commit is contained in:
Max Horn 2003-06-19 15:14:17 +00:00
parent 9f55203302
commit 8b567ddaf8
2 changed files with 5 additions and 5 deletions

View File

@ -382,10 +382,10 @@ void GameDetector::parseCommandLine(int argc, char **argv) {
g_config->setBool("nosubtitles", _noSubtitles ? true : false);
break;
case 'o':
HANDLE_OPTION();
_master_volume = atoi(option);
g_config->setInt("master_volume", _master_volume);
break;
HANDLE_OPTION();
_master_volume = atoi(option);
g_config->setInt("master_volume", _master_volume);
break;
case 'p':
HANDLE_OPTION();
_gameDataPath = option;

View File

@ -75,7 +75,7 @@ bool Timer::init() {
return false;
}
if (_initialized == true)
if (_initialized)
return true;
for (l = 0; l < MAX_TIMERS; l++) {