summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-12-01 11:39:37 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-12-02 19:51:40 +0100
commit45cde0f57cf7076dd986a6d797a4292184813861 (patch)
treeeaf6f345e77d38df3d105c4499044d37353c8503
parentd607668c5a772823d6cf59df205b7aa6d2ac2130 (diff)
downloadtdegames-45cde0f5.tar.gz
tdegames-45cde0f5.zip
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 230a4364ab67324ef5a49613ff0c511589341ea3)
-rw-r--r--tdefifteen/src/gameboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefifteen/src/gameboard.cpp b/tdefifteen/src/gameboard.cpp
index 7fb1c041..1cca80f4 100644
--- a/tdefifteen/src/gameboard.cpp
+++ b/tdefifteen/src/gameboard.cpp
@@ -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;
}