Index: mania_drive.c
===================================================================
--- mania_drive.c	(revision 227)
+++ mania_drive.c	(revision 228)
@@ -627,7 +627,15 @@
 int i,last,len;
 float pos;
 signed char completed;
+FILE *fp;
 
+while(fscanf(fp,"%s\n",ret)!=EOF )
+ {
+ fp=raydium_file_fopen(ret,"rt");
+ if(fp) fclose(fp);
+ }
+
+
 handle=raydium_gui_window_create("menu",48,10,50,80);
 
 raydium_gui_widget_sizes(5,5,25);
@@ -1010,7 +1018,7 @@
 	    {
 	    // win
 	    if(timer<trackdata.author_time)
-		strcpy(message,"Impressive ! Author time is broken !");
+		strcpy(message,"Impressive ! Quicker than the author !");
 	    else
 		strcpy(message,"Right ! You got it.");