mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
FINALLY fix broken transitions
This commit is contained in:
parent
9b67a74d93
commit
021fd1f621
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ void area_update_objects(void) {
|
|||
* transition type, time in frames, and the RGB color that will fill the screen.
|
||||
*/
|
||||
void play_transition(s16 transType, s16 time, u8 red, u8 green, u8 blue) {
|
||||
reset_screen_transition_timers();
|
||||
bool returnValue = true;
|
||||
smlua_call_event_hooks_int_params_ret_bool(HOOK_ON_SCREEN_TRANSITION, transType, &returnValue);
|
||||
if (!returnValue) { return; }
|
||||
|
|
Loading…
Reference in a new issue