mirror of
https://github.com/zeldaret/tmc
synced 2026-07-04 05:20:42 -04:00
replace ScreenTransitionData with Transition
the struct did exist twice
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ void Subtask_Exit(void) {
|
||||
}
|
||||
|
||||
// Used by Subtask_FastTravel and EnterPortalSubtask?
|
||||
void sub_080A71F4(const ScreenTransitionData* exitTransition) {
|
||||
void sub_080A71F4(const Transition* exitTransition) {
|
||||
if (exitTransition != NULL) {
|
||||
DoExitTransition(exitTransition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user