Fix #4488
This commit is contained in:
parent
cde382bcff
commit
262c8f2f07
@ -961,7 +961,8 @@ void InputManager::dispatchInput(Input::InputType type, int deviceID,
|
||||
if (controller != NULL) controller->action(action, abs(value));
|
||||
}
|
||||
else if (RaceManager::get() &&
|
||||
RaceManager::get()->isWatchingReplay() && !GUIEngine::ModalDialog::isADialogActive())
|
||||
RaceManager::get()->isWatchingReplay() && !GUIEngine::ModalDialog::isADialogActive() &&
|
||||
StateManager::get()->getGameState() == GUIEngine::GAME)
|
||||
{
|
||||
// Get the first ghost kart
|
||||
World::getWorld()->getKart(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user