Switch to assign mode in case a player hasn't chosen any karts
This commit is contained in:
parent
2d6c45f65e
commit
621a718d27
@ -242,6 +242,8 @@ void ClientLobby::addAllPlayers(Event* event)
|
|||||||
}
|
}
|
||||||
configRemoteKart(players);
|
configRemoteKart(players);
|
||||||
loadWorld();
|
loadWorld();
|
||||||
|
// Switch to assign mode in case a player hasn't chosen any karts
|
||||||
|
input_manager->getDeviceManager()->setAssignMode(ASSIGN);
|
||||||
} // addAllPlayers
|
} // addAllPlayers
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user