Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2799 → Rev 2800

/programs/games/clicks/trunk/clicks.c
227,7 → 227,7
for (i=0;i<BLOCKS_NUM*BLOCKS_NUM;i++)
if (blocks_matrix[i]<>DELETED_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())