games/FindNumbers: put one more short operator back

git-svn-id: svn://kolibrios.org@1828 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2011-02-01 11:38:36 +00:00
parent c46b5eb243
commit 04c953ce81

View File

@ -107,7 +107,7 @@ void draw_buttons()
int i,tempi,tempj;
FOR (i=1;i<=81;i++)
{
if (box[i].mark==1)
IF (box[i].mark==1)
{
tempi=box[i].y*30-30;
tempj=30*box[i].x-16;