From 43c01e81d215302c62e2cce862398666d39a09d4 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Tue, 4 Aug 2020 18:08:34 +0200 Subject: [PATCH] added purpose of CMSH block --- file_formats/chunked.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_formats/chunked.md b/file_formats/chunked.md index c4e39ec..ece0b50 100644 --- a/file_formats/chunked.md +++ b/file_formats/chunked.md @@ -39,7 +39,7 @@ struct Block { |----------|-----------------------------| | ANI | Animation data? | | AMC | Collision Data | -| CMSH | Mesh data? | +| CMSH | Collision Mesh Data | | INI | INI-Configuration data | | LUZ | Lighting information | | MAT | Material information |