mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +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…
Reference in a new issue