You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
refresh 5
This commit is contained in:
@@ -356,7 +356,7 @@ static void level_cmd_begin_area(void) {
|
||||
gAreas[areaIndex].unk04 = (struct GraphNode *) screenArea;
|
||||
|
||||
if (node != NULL) {
|
||||
gAreas[areaIndex].camera = (struct LevelCamera *) node->config.levelCamera;
|
||||
gAreas[areaIndex].camera = (struct Camera *) node->config.camera;
|
||||
} else {
|
||||
gAreas[areaIndex].camera = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user