mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Allow First Person in credits
This commit is contained in:
parent
8110c83891
commit
3a55baa6a8
1 changed files with 0 additions and 4 deletions
|
|
@ -140,10 +140,6 @@ void first_person_camera_update(void) {
|
|||
|
||||
bool first_person_update(void) {
|
||||
if (gFirstPersonCamera.enabled && !gDjuiInMainMenu) {
|
||||
if (gCurrActNum == 99) {
|
||||
return false;
|
||||
}
|
||||
|
||||
struct MarioState *m = &gMarioStates[0];
|
||||
|
||||
// check cancels
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue