Add comments about Country Locale Matrix (CLM)

This commit add comments about what CLM stands for.

The motivation of this is that I think it helps understanding the code
for users who are new to the codebase (like me).
This commit is contained in:
Daniel Bevenius
2022-08-20 10:49:27 +02:00
parent f76815d642
commit 6b4555a6a7
2 changed files with 2 additions and 1 deletions

View File

@ -172,6 +172,7 @@ pub const DOWNLOAD_FLAG_BEGIN: u16 = 0x0002;
pub const DOWNLOAD_FLAG_END: u16 = 0x0004;
pub const DOWNLOAD_FLAG_HANDLER_VER: u16 = 0x1000;
// Country Locale Matrix (CLM)
pub const DOWNLOAD_TYPE_CLM: u16 = 2;
#[derive(Clone, Copy)]