# HG changeset patch
# User nemo
# Date 1332019478 14400
# Node ID d62f25f5d6ce1b15e46ee2d7d18ed5cfe5a672ba
# Parent  f72c8b5d421cda96149029d647d8865cb4498788
Disable anim for stats screen ("In game" stays visible otherwise)

diff -r f72c8b5d421c -r d62f25f5d6ce QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Mar 17 17:18:43 2012 -0400
+++ b/QTfrontend/hwform.cpp	Sat Mar 17 17:24:38 2012 -0400
@@ -616,7 +616,7 @@
     OnPageShown(id, lastid);
     ui.Pages->setCurrentIndex(id);
 
-    if (id == ID_PAGE_DRAWMAP)
+    if (id == ID_PAGE_DRAWMAP || id == ID_PAGE_GAMESTATS)
         stopAnim = true;
 
 #if (QT_VERSION >= 0x040600)