Add some details to test chamber 05

This commit is contained in:
James Lambert 2023-10-14 19:38:05 -06:00
parent 219650dcd9
commit 4698987fd6
2 changed files with 1 additions and 1 deletions

View file

@ -203,7 +203,7 @@ static void gameProc(void* arg) {
contactSolverInit(&gContactSolver); contactSolverInit(&gContactSolver);
portalSurfaceCleanupQueueInit(); portalSurfaceCleanupQueueInit();
savefileLoad(); savefileLoad();
levelLoadWithCallbacks(5); levelLoadWithCallbacks(MAIN_MENU);
gCurrentTestSubject = 0; gCurrentTestSubject = 0;
cutsceneRunnerReset(); cutsceneRunnerReset();
controllersInit(); controllersInit();