Fix more keyboard issues, fixes #3131
This commit is contained in:
@@ -777,7 +777,7 @@ void InputManager::dispatchInput(Input::InputType type, int deviceID,
|
||||
Controller* controller = pk->getController();
|
||||
if (controller != NULL) controller->action(action, abs(value));
|
||||
}
|
||||
else if (race_manager->isWatchingReplay())
|
||||
else if (race_manager->isWatchingReplay() && !GUIEngine::ModalDialog::isADialogActive())
|
||||
{
|
||||
// Get the first ghost kart
|
||||
World::getWorld()->getKart(0)
|
||||
|
||||
Reference in New Issue
Block a user