Allow First Person in credits

This commit is contained in:
Agent X 2023-11-13 19:11:18 -05:00
parent 8110c83891
commit 3a55baa6a8
1 changed files with 0 additions and 4 deletions

View File

@ -140,10 +140,6 @@ void first_person_camera_update(void) {
bool first_person_update(void) { bool first_person_update(void) {
if (gFirstPersonCamera.enabled && !gDjuiInMainMenu) { if (gFirstPersonCamera.enabled && !gDjuiInMainMenu) {
if (gCurrActNum == 99) {
return false;
}
struct MarioState *m = &gMarioStates[0]; struct MarioState *m = &gMarioStates[0];
// check cancels // check cancels