- [FIX] No se cridava a SDL_Init()
- [FIX] Ja funciona el gamepad - [CHG] Canviat el format del temps en la pantalla de game over - [CHG] Canvi en una habitació per a balancejar
This commit is contained in:
@@ -76,7 +76,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