Make the images grid visible with the cat's image when the game starts.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/5/head
gregory guy 3 years ago
parent e33e8edb80
commit 230a4364ab
No known key found for this signature in database
GPG Key ID: 2CC84A1CC6823AF8

@ -59,7 +59,7 @@ GameBoard::GameBoard(TQWidget *parent, const char *name)
tmr = new TQTimer(this);
TQObject::connect(tmr, SIGNAL(timeout()), this, SLOT(moveItem()));
setEnabled(FALSE);
setEnabled(TRUE);
origin = xpm;
}

Loading…
Cancel
Save