mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
cleanup
svn-id: r8557
This commit is contained in:
parent
9f55203302
commit
8b567ddaf8
@ -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;
|
||||
|
@ -75,7 +75,7 @@ bool Timer::init() {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_initialized == true)
|
||||
if (_initialized)
|
||||
return true;
|
||||
|
||||
for (l = 0; l < MAX_TIMERS; l++) {
|
||||
|
Loading…
Reference in New Issue
Block a user