rnd-19981228-3
[rocksndiamonds.git] / src / files.c
index e1765fd87b20cf655f72cd502cb43f269c8827bd..f0be82d6186dc501db9796719a447beab665b576 100644 (file)
@@ -395,8 +395,10 @@ void LoadLevel(int level_nr)
 
   fclose(file);
 
+#if 0
   if (level.time <= 10)                /* minimum playing time of each level */
     level.time = 10;
+#endif
 
   if (file_version == FILE_VERSION_1_0)
   {