diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-02-23 02:58:42 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-02-23 02:58:42 -0300 |
| commit | 60d9ea940e6c1673b196df35901c1ee5ba4420cd (patch) | |
| tree | f2df1c1378499cbb75bae9bc1eb7d2ac61589740 /src/engine/fox_context.c | |
| parent | 5019c5a644bfe6b104531723e6abe6b0d6743ede (diff) | |
Interpolation: Camera Skipping for Title Cutscene
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 25b1ec72..5b92b875 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -397,3 +397,4 @@ UNK_TYPE F_80178334; UNK_TYPE F_8017833C; UNK_TYPE F_80178344; UNK_TYPE F_8017834C; +bool gCamera1Skipped = false;
\ No newline at end of file |
