From e5a312950f959a0c9743e159a4dadc2cd2c2aee3 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Feb 2023 13:29:25 -0400 Subject: TObject: Rename `BIT_8` -> `DISALLOW_RENDER_SHADOWS` --- include/pso/TObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pso/TObject.h b/include/pso/TObject.h index 96fa1f0..9e3ad97 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -23,7 +23,7 @@ enum object_flags { DISALLOW_UPDATE = 0x0F, DISALLOW_RENDER = 0x10, DISALLOW_DESTRUCTION = 0x20, - BIT_8 = 0x100, + DISALLOW_RENDER_SHADOWS = 0x100, BIT_9 = 0x200, BIT_10 = 0x400, BIT_11 = 0x800, -- cgit v1.2.3-13-gbd6f