Index: mania_story.php
===================================================================
--- mania_story.php	(revision 189)
+++ mania_story.php	(revision 190)
@@ -3,6 +3,8 @@
 // Generates story track list for ingame menu
 
 $ret="";
+$completed=0;
+
 $scores=array();
 
 
@@ -59,4 +61,7 @@
 	$col='4';
     }
 
+if($col=='2')
+    $completed=1;
+
 ?>