mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-17 20:42:23 +00:00
Minor cleanup
This commit is contained in:
parent
d54fb8c125
commit
148694d60f
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
|
|||
// Note: In other rom versions this function also updates unk_1D4, coverAlpha, addAlpha, visibleDuration to calculate
|
||||
// the fade-in/fade-out + the duration of the n64 logo animation
|
||||
void Title_Calc(TitleContext* this) {
|
||||
this->exit = 1;
|
||||
this->exit = true;
|
||||
}
|
||||
|
||||
void Title_SetupView(TitleContext* this, f32 x, f32 y, f32 z) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue