X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=f9cc4fe894708219c0f1af1e383c251c10608fab;hp=ea8288e033870af9f9e2308300a5850a993b40d7;hb=92736512b4fedc65254597f1b3e85a885b0e6e62;hpb=1e7efe72121a22a3eed6412f08fd1718287e2952 diff --git a/src/libgame/system.c b/src/libgame/system.c index ea8288e0..f9cc4fe8 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -273,7 +273,7 @@ void InitGfxClipRegion(boolean enabled, int x, int y, int width, int height) gfx.clip_height = height; } -void InitGfxDrawBusyAnimFunction(void (*draw_busy_anim_function)(void)) +void InitGfxDrawBusyAnimFunction(void (*draw_busy_anim_function)(boolean)) { gfx.draw_busy_anim_function = draw_busy_anim_function; }