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