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

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 230a4364ab)
r14.0.x
gregory guy 4 years ago committed by Slávek Banko
parent d607668c5a
commit 45cde0f57c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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