X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_files.c;fp=src%2Fgame_mm%2Fmm_files.c;h=fc59d7988ea29c2df7ad8056a8dfc2be061e3290;hp=b2899f0123d528d2110840de37e64e9c0700a379;hb=12a8fd3a64d6bee5ca5f5b89e4a00b49d78bbd2c;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928 diff --git a/src/game_mm/mm_files.c b/src/game_mm/mm_files.c index b2899f01..fc59d798 100644 --- a/src/game_mm/mm_files.c +++ b/src/game_mm/mm_files.c @@ -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);