mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
fix random stage
This commit is contained in:
parent
e2cd33e3aa
commit
27182ca320
1 changed files with 3 additions and 0 deletions
|
@ -2564,6 +2564,9 @@ void CEXISlippi::prepareOnlineMatchState()
|
|||
onlineMatchBlock[0x61 + 3 * 0x24] = 0;
|
||||
}
|
||||
|
||||
u16* stage = (u16*)&onlineMatchBlock[0xE];
|
||||
*stage = Common::swap16(stageId);
|
||||
|
||||
// Turn pause off in unranked/ranked, on in other modes
|
||||
auto pauseAllowed = !SlippiMatchmaking::IsFixedRulesMode(lastSearch.mode) &&
|
||||
lastSearch.mode != SlippiMatchmaking::OnlinePlayMode::TEAMS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue