Skip to content

Commit

Permalink
fix camera bound in olmec level
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Sep 20, 2023
1 parent 30c311f commit 2f80598
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game_api/game_patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ void clear_cutscene_behavior()
}
}
}
// fix the camera bound
state->camera->bounds_bottom = 66.75;

// some bs, don't worry about it
state->entity_lookup->unknown3 = state->entity_lookup->unknown4;
}
Expand Down

0 comments on commit 2f80598

Please sign in to comment.