* Finish level saving.

This commit is contained in:
iProgramInCpp
2023-08-02 13:15:25 +03:00
parent 16e2b79165
commit 450cb190b6
22 changed files with 1005 additions and 29 deletions

View File

@@ -126,7 +126,10 @@ void SelectWorldScreen::tick()
m_pMinecraft->hostMultiplayer();
m_pMinecraft->setScreen(new ProgressScreen);
// @BUG: Use of deallocated memory. SetScreen frees us
#ifdef ORIGINAL_CODE
field_130 = 0;
#endif
return;
}