diff --git a/programs/games/clicks/trunk/clicks.c b/programs/games/clicks/trunk/clicks.c index 85f2651ca6..51d4c6797b 100644 --- a/programs/games/clicks/trunk/clicks.c +++ b/programs/games/clicks/trunk/clicks.c @@ -227,7 +227,7 @@ void draw_clicks_num() for (i=0;iDELETED_BLOCK) BLOCKS_LEFT++; - DrawBar(TEXT_X, TEXT_Y, 18,9, sc.work_button); + DrawBar(TEXT_X, TEXT_Y, 18,9, sc.work); WriteText(TEXT_X,TEXT_Y,0x80,sc.work_button_text,IntToStr(BLOCKS_LEFT),0); if (check_for_end())