Removed another unecessary TODO
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5128 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
765ed3aaa3
commit
dc3a3e9506
@ -54,11 +54,9 @@ bool DeviceManager::initialize()
|
||||
for (int n=0; n<keyboard_amount; n++)
|
||||
{
|
||||
m_keyboards.push_back(new KeyboardDevice(m_keyboard_configs.get(n)));
|
||||
// TODO: Detect keyboard presence, if there is no keyboard, this should be false
|
||||
m_keyboard_configs.get(n)->setInUse(n == 0);
|
||||
}
|
||||
|
||||
if(UserConfigParams::m_verbosity>=5)
|
||||
if(UserConfigParams::m_verbosity>=5)
|
||||
printf("Initializing gamepad support.\n");
|
||||
|
||||
irr_driver->getDevice()->activateJoysticks(m_irrlicht_gamepads);
|
||||
|
Loading…
Reference in New Issue
Block a user