You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
force camera to 8 dir with CAMERA_FIX
This commit is contained in:
@@ -3509,6 +3509,9 @@ void init_camera(struct Camera *c) {
|
||||
gLakituState.nextYaw = gLakituState.yaw;
|
||||
c->yaw = gLakituState.yaw;
|
||||
c->nextYaw = gLakituState.yaw;
|
||||
#ifdef CAMERA_FIX
|
||||
set_camera_mode(c, CAMERA_MODE_8_DIRECTIONS, 0);
|
||||
#endif
|
||||
#ifdef PUPPYCAM
|
||||
puppycam_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user