mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
pull in project-slippi/Ishiiruka/commit/a96830ad313924b35797d5cd5842860e88cc9cf9
This commit is contained in:
parent
b0849e6fbc
commit
4f1bf265f8
1 changed files with 5 additions and 2 deletions
|
@ -2323,10 +2323,13 @@ void CEXISlippi::prepareOnlineMatchState()
|
|||
// Overwrite player character choices
|
||||
for (auto& s : orderedSelections)
|
||||
{
|
||||
if (!s.isCharacterSelected)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (areAllSameTeam)
|
||||
{
|
||||
// Overwrite teamId
|
||||
// TODO: overwrite color
|
||||
// Overwrite teamId. Color is overwritten by ASM
|
||||
s.teamId = teamAssignments[s.playerIdx];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue