diff options
| author | Henny022p <info@henny022.de> | 2025-03-03 13:27:44 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:57:54 +0000 |
| commit | e1f889e3cb1aa74a377d36810c4f20b6dce7e9a4 (patch) | |
| tree | ebfb43d6678d6e197affac56ce8b28ce1613088e /src/subtask.c | |
| parent | 58c948b8c4734bd7735edf918cae0af39771647c (diff) | |
replace ScreenTransitionData with Transition
the struct did exist twice
Diffstat (limited to 'src/subtask.c')
| -rw-r--r-- | src/subtask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtask.c b/src/subtask.c index 3bc20af4..ddccfff1 100644 --- a/src/subtask.c +++ b/src/subtask.c @@ -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); } |
