mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Disable credits camera focus easter egg if in main menu
This commit is contained in:
parent
38403483cb
commit
b347a582b5
1 changed files with 3 additions and 1 deletions
|
@ -7379,9 +7379,11 @@ void reset_pan_distance(UNUSED struct Camera *c) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Easter egg: the player 2 controller can move the camera's focus in the ending and credits.
|
||||
* Easter egg: the player 2 (1) controller can move the camera's focus in the ending and credits.
|
||||
*/
|
||||
void player2_rotate_cam(struct Camera *c, s16 minPitch, s16 maxPitch, s16 minYaw, s16 maxYaw) {
|
||||
if (gDjuiInMainMenu) { return; }
|
||||
|
||||
f32 distCamToFocus;
|
||||
s16 pitch, yaw, pitchCap;
|
||||
|
||||
|
|
Loading…
Reference in a new issue