Refactor Command_s

This commit is contained in:
Krzosa Karol
2025-12-08 09:23:07 +01:00
parent 9d29a1c187
commit b600361278
7 changed files with 61 additions and 66 deletions

View File

@@ -140,8 +140,8 @@ void PlayTestOpen(mco_coro *co) {
}
void Test(mco_coro *co) {
Wait(co); // First phase starts immediately but stuff is not initialized so Command_Open acts weird
Command_Open(TestDir);
Wait(co); // First phase starts immediately but stuff is not initialized so Open acts weird
Open(TestDir);
PlayTestOpen(co);
Release(&TestArena);