QTfrontend/ui/page/pagegamestats.cpp
changeset 13773 c084bd440009
parent 13762 f0cb47f0bfaf
child 14583 50f511588635
equal deleted inserted replaced
13772:2e8b3081cf80 13773:c084bd440009
   399         case 'R' :
   399         case 'R' :
   400         {
   400         {
   401             scriptPlayerPosition = info.toInt();
   401             scriptPlayerPosition = info.toInt();
   402             break;
   402             break;
   403         }
   403         }
       
   404         case 'h' :
       
   405         {
       
   406             QString message = "<p><img src=\":/res/StatsEverAfter.png\"> " + PageGameStats::tr("With everyone having the same clan color, there was no reason to fight. And so the hedgehogs happily lived in peace ever after.") + "</p>";
       
   407             AddStatText(message);
       
   408             break;
       
   409         }
   404     }
   410     }
   405 }
   411 }