match Infocenter::StopCutScene

This commit is contained in:
Misha 2024-01-16 19:19:52 -05:00
parent 85a8c8fd31
commit b277b76abf
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -419,6 +419,7 @@ void Infocenter::StopCutScene()
VideoManager()->EnableFullScreenMovie(FALSE); VideoManager()->EnableFullScreenMovie(FALSE);
InputManager()->SetUnknown335(FALSE); InputManager()->SetUnknown335(FALSE);
SetAppCursor(0); // Restore cursor to arrow
FUN_10015820(0, 7); FUN_10015820(0, 7);
} }