Hide mouse cursor when scrolling driver info (#121)

Mouse cursor is supposed to be hidden for a moment when scrolling
through the driver info screen.

Signed-off-by: Artur Rojek <contact@artur-rojek.eu>
This commit is contained in:
Artur Rojek 2022-12-03 19:35:42 +01:00 committed by Anonymous Maarten
parent 7bbf6df39a
commit 39e34e2cfd
1 changed files with 2 additions and 0 deletions

View File

@ -1287,6 +1287,7 @@ int UpOpponent(int* pCurrent_choice, int* pCurrent_mode) {
gStart_interface_spec->pushed_flics[5].y[gGraf_data_index],
1);
DRS3StartSound(gEffects_outlet, 3000);
RemoveTransientBitmaps(1);
DropOutImageThruBottom(GetPanelPixelmap(0),
gCurrent_graf_data->start_race_panel_left,
gCurrent_graf_data->start_race_panel_top,
@ -1314,6 +1315,7 @@ int DownOpponent(int* pCurrent_choice, int* pCurrent_mode) {
gStart_interface_spec->pushed_flics[6].y[gGraf_data_index],
1);
DRS3StartSound(gEffects_outlet, 3000);
RemoveTransientBitmaps(1);
DropOutImageThruTop(GetPanelPixelmap(0),
gCurrent_graf_data->start_race_panel_left,
gCurrent_graf_data->start_race_panel_top,