You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
removed the vanilla course specific camera processing
This commit is contained in:
@@ -6554,7 +6554,7 @@ s16 camera_course_processing(struct Camera *c) {
|
||||
}
|
||||
|
||||
// Area-specific camera processing
|
||||
if (!(sStatusFlags & CAM_FLAG_BLOCK_AREA_PROCESSING)) {
|
||||
/*if (!(sStatusFlags & CAM_FLAG_BLOCK_AREA_PROCESSING)) {
|
||||
switch (gCurrLevelArea) {
|
||||
case AREA_WF:
|
||||
if (sMarioCamState->action == ACT_RIDING_HOOT) {
|
||||
@@ -6668,7 +6668,7 @@ s16 camera_course_processing(struct Camera *c) {
|
||||
c->mode = oldMode;
|
||||
}
|
||||
mode = c->mode;
|
||||
return mode;
|
||||
return mode;*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user