--- a/QTfrontend/hwform.cpp Sun May 03 21:28:15 2009 +0000
+++ b/QTfrontend/hwform.cpp Sun May 03 21:38:56 2009 +0000
@@ -171,7 +171,7 @@
wBackground->setFixedSize(this->width(), this->height());
wBackground->lower();
wBackground->init();
- wBackground->startAnimation();
+ //wBackground->startAnimation();
PagesStack.push(ID_PAGE_MAIN);
GoBack();
@@ -751,7 +751,7 @@
case gsFinished: {
GoBack();
Music(ui.pageOptions->CBEnableMusic->isChecked());
- if (wBackground) wBackground->startAnimation();
+ //if (wBackground) wBackground->startAnimation();
GoToPage(ID_PAGE_GAMESTATS);
if (hwnet) hwnet->gameFinished();
break;
@@ -761,7 +761,7 @@
if (id == ID_PAGE_INGAME) {
GoBack();
Music(ui.pageOptions->CBEnableMusic->isChecked());
- if (wBackground) wBackground->startAnimation();
+ //if (wBackground) wBackground->startAnimation();
if (hwnet) hwnet->gameFinished();
}
};