From 9851ec56cfc2c9b06ef5f3003d200ee59f002af1 Mon Sep 17 00:00:00 2001 From: Lactozilla <jp6781615@gmail.com> Date: Fri, 19 Jan 2024 21:16:20 -0300 Subject: [PATCH] Correct comment --- src/r_translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_translation.h b/src/r_translation.h index 6219278f6..794eb063c 100644 --- a/src/r_translation.h +++ b/src/r_translation.h @@ -64,7 +64,7 @@ typedef struct paletteremap_t *sources; unsigned num_sources; - // A remap is 256 bytes long, and there is a max of 1182. + // A typical remap is 256 bytes long, and there is currently a maximum of 1182 skincolors. // This means allocating (1182 * 256) bytes, which equals 302592, or ~302kb of memory for every translation. // So we allocate a list instead. UINT8 **skincolor_remap; -- GitLab