From cfded01caa7d70978e4d9e6806cd348755fc465a Mon Sep 17 00:00:00 2001 From: hatal175 Date: Tue, 9 Dec 2025 23:44:27 +0200 Subject: Match resource.cpp with a small fake match (#2936) --- include/JSystem/JMessage/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/JMessage') diff --git a/include/JSystem/JMessage/data.h b/include/JSystem/JMessage/data.h index 0a83a90464..755dde8a64 100644 --- a/include/JSystem/JMessage/data.h +++ b/include/JSystem/JMessage/data.h @@ -20,7 +20,7 @@ struct data { u32* get_signature() const { return (u32*)(get() + 0x0); } u32 get_type() const { return *(u32*)(get() + 0x4); } u32 get_blockNumber() const { return *(u32*)(get() + 0xC); } - u8 get_encoding() const { return *(u8*)(get() + 0x10); } + u32 get_encoding() const { return *(u8*)(get() + 0x10); } }; // TParse_TBlock handles parsing the generic section header data -- cgit v1.2.3