Formatting clean-up
This commit is contained in:
parent
206ca7cee2
commit
da201ecfe8
1 changed files with 7 additions and 8 deletions
|
|
@ -17220,7 +17220,7 @@ static int do_slideshow(void)
|
||||||
SDL_InitSubSystem(SDL_INIT_TIMER);
|
SDL_InitSubSystem(SDL_INIT_TIMER);
|
||||||
scrolltimer_dialog =
|
scrolltimer_dialog =
|
||||||
SDL_AddTimer(REPEAT_SPEED, scrolltimer_dialog_callback, (void *)&scrolltimer_dialog_event);
|
SDL_AddTimer(REPEAT_SPEED, scrolltimer_dialog_callback, (void *)&scrolltimer_dialog_event);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DEBUG_PRINTF("Continuing scrolling\n");
|
DEBUG_PRINTF("Continuing scrolling\n");
|
||||||
|
|
@ -17430,7 +17430,6 @@ static int do_slideshow(void)
|
||||||
oldpos_y = event.button.y;
|
oldpos_y = event.button.y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
else if (event.type == SDL_MOUSEBUTTONUP)
|
else if (event.type == SDL_MOUSEBUTTONUP)
|
||||||
{
|
{
|
||||||
if (scrolling_dialog)
|
if (scrolling_dialog)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue