Merge branch 'master' of https://gitea.sustancia.synology.me/JailDoctor/thepool
This commit is contained in:
@@ -77,7 +77,7 @@ void loadConfig()
|
||||
for (int i=0; i<6; ++i)
|
||||
{
|
||||
const int value = SDL_atoi( file::getConfigValue(nombotons[i]).c_str() );
|
||||
if (value != 0) config::defineKey(i, value);
|
||||
if (value != 0) config::definePadBtn(i, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user