mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +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
|
// Overwrite player character choices
|
||||||
for (auto& s : orderedSelections)
|
for (auto& s : orderedSelections)
|
||||||
{
|
{
|
||||||
|
if (!s.isCharacterSelected)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (areAllSameTeam)
|
if (areAllSameTeam)
|
||||||
{
|
{
|
||||||
// Overwrite teamId
|
// Overwrite teamId. Color is overwritten by ASM
|
||||||
// TODO: overwrite color
|
|
||||||
s.teamId = teamAssignments[s.playerIdx];
|
s.teamId = teamAssignments[s.playerIdx];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue