--- frozen-bubble-2.1.0/frozen-bubble	2006-11-23 22:45:46.000000000 +0100
+++ frozen-bubble	2007-12-19 20:47:15.000000000 +0100
@@ -4738,11 +4738,13 @@
 
         push @$scores, \%new_entry;
         if (@$scores == 21) {
-            my @high = ordered_mptrain_highscores();
-            pop @high;
             if ($chainreaction) {
+                my @high = ordered_mptrain_highscores_chainreaction();
+                pop @high;
                 $HISCORES_MPTRAIN_CHAINREACTION = \@high;
             } else {
+                my @high = ordered_mptrain_highscores();
+                pop @high;
                 $HISCORES_MPTRAIN = \@high;
             }
         }
