mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix wrong op
This commit is contained in:
parent
dd3fe4f3c9
commit
8bf3f3782a
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
DECOMP_SIZE_ASSERT(MxDisplaySurface, 0xac);
|
DECOMP_SIZE_ASSERT(MxDisplaySurface, 0xac);
|
||||||
|
|
||||||
#define RGB555_CREATE(R, G, B) (((R) << 10) | (G) << 5 || (B) << 0)
|
#define RGB555_CREATE(R, G, B) (((R) << 10) | (G) << 5 | (B) << 0)
|
||||||
|
|
||||||
// GLOBAL: LEGO1 0x1010215c
|
// GLOBAL: LEGO1 0x1010215c
|
||||||
MxU32 g_unk0x1010215c = 0;
|
MxU32 g_unk0x1010215c = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user