mirror of https://github.com/sm64pc/sm64pc.git
@ineedhelpbad's flying cap BETTERCAMERA bugfix
This commit is contained in:
parent
3a6c1ae70e
commit
42e1e68235
|
@ -1658,7 +1658,7 @@ s32 act_shot_from_cannon(struct MarioState *m) {
|
|||
set_camera_mode(m->area->camera, m->area->camera->defMode, 1);
|
||||
#else
|
||||
if (newcam_active == 0)
|
||||
set_camera_mode(m->area->camera, m->area->camera->defMode, 1);
|
||||
set_camera_mode(m->area->camera, CAMERA_MODE_BEHIND_MARIO, 1);
|
||||
else
|
||||
{
|
||||
m->area->camera->mode = CAMERA_MODE_NEWCAM;
|
||||
|
|
Loading…
Reference in New Issue