diff options
author | gregory guy <[email protected]> | 2020-12-01 11:39:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-12-02 19:51:40 +0100 |
commit | 45cde0f57cf7076dd986a6d797a4292184813861 (patch) | |
tree | eaf6f345e77d38df3d105c4499044d37353c8503 | |
parent | d607668c5a772823d6cf59df205b7aa6d2ac2130 (diff) | |
download | tdegames-45cde0f57cf7076dd986a6d797a4292184813861.tar.gz tdegames-45cde0f57cf7076dd986a6d797a4292184813861.zip |
Make the images grid visible with the cat's image when the game starts.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 230a4364ab67324ef5a49613ff0c511589341ea3)
-rw-r--r-- | tdefifteen/src/gameboard.cpp | 2 |
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; } |