2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 16:59:12 +00:00

Various knockback related fixes, don't call WaitForComplete in CGameaArea

This commit is contained in:
2021-06-13 18:06:29 -07:00
parent ace87397d7
commit 933279ceb6
7 changed files with 25 additions and 20 deletions

View File

@@ -853,8 +853,8 @@ void CGameArea::Validate(CStateManager& mgr) {
while (StartStreamingMainArea()) {}
for (auto& req : xf8_loadTransactions)
req->WaitUntilComplete();
//for (auto& req : xf8_loadTransactions)
// req->WaitUntilComplete();
if (xdc_tokens.empty()) {
VerifyTokenList(mgr);