Add various tweaks and a warning to debug mode toggle (#643)

This commit is contained in:
Garrett Cox
2024-06-02 12:50:32 -05:00
committed by GitHub
parent eae50e33e3
commit b54542494e
4 changed files with 75 additions and 40 deletions
+1
View File
@@ -67,6 +67,7 @@ void RenderWarpPointSection() {
CVarGetInteger(CV "Room", 0), PLAYER_PARAMS(0xFF, PLAYER_INITMODE_D), &pos,
CVarGetFloat(CV "Rotation", 0.0f));
func_80169EFC(&gPlayState->state);
gSaveContext.respawnFlag = -8;
}
}
}