Skip to content

Commit

Permalink
removed mario cam since it was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Reonu committed Sep 28, 2021
1 parent 0a451f8 commit 34175e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/game/camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,7 @@ void update_camera(struct Camera *c) {

gCamera = c;
update_camera_hud_status(c);
if (c->cutscene == 0) {
/*if (c->cutscene == 0) {
// Only process R_TRIG if 'fixed' is not selected in the menu
if (cam_select_alt_mode(0) == CAM_SELECTION_MARIO) {
if (gPlayer1Controller->buttonPressed & R_TRIG) {
Expand All @@ -3078,7 +3078,7 @@ void update_camera(struct Camera *c) {
}
}
play_sound_if_cam_switched_to_lakitu_or_mario();
}
}*/

// Initialize the camera
sStatusFlags &= ~CAM_FLAG_FRAME_AFTER_CAM_INIT;
Expand Down
2 changes: 1 addition & 1 deletion src/game/hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ void render_hud(void) {

if (hudDisplayFlags & HUD_DISPLAY_FLAG_CAMERA_AND_POWER) {
render_hud_power_meter();
render_hud_camera_status();
//render_hud_camera_status();
}

if (hudDisplayFlags & HUD_DISPLAY_FLAG_TIMER) {
Expand Down

0 comments on commit 34175e8

Please sign in to comment.