changed comments from old to new style (multiple-line comments)
[rocksndiamonds.git] / src / game_mm / mm_files.c
index b2899f0123d528d2110840de37e64e9c0700a379..fc59d7988ea29c2df7ad8056a8dfc2be061e3290 100644 (file)
@@ -346,9 +346,9 @@ boolean LoadNativeLevel_MM(char *filename, boolean level_info_only)
       int chunk_size_expected =
        (chunk_info[i].loader)(file, chunk_size, &native_mm_level);
 
-      /* the size of some chunks cannot be checked before reading other
-        chunks first (like "HEAD" and "BODY") that contain some header
-        information, so check them here */
+      // the size of some chunks cannot be checked before reading other
+      // chunks first (like "HEAD" and "BODY") that contain some header
+      // information, so check them here
       if (chunk_size_expected != chunk_size)
        Error(ERR_WARN, "wrong size (%d) of chunk '%s' in level file '%s'",
              chunk_size, chunk_name, filename);