From b7380e77d1e9744b03d5906638424c769b33d35c Mon Sep 17 00:00:00 2001 From: hatal175 Date: Fri, 30 Aug 2024 14:50:05 +0300 Subject: Work on JStudio (#2195) * work on object-light * JStage control OK * object-fog OK * object-camera OK * Work on object-actor --- include/JSystem/JStage/JSGSystem.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/JSystem/JStage/JSGSystem.h') diff --git a/include/JSystem/JStage/JSGSystem.h b/include/JSystem/JStage/JSGSystem.h index b260f40874..1f9fb920aa 100644 --- a/include/JSystem/JStage/JSGSystem.h +++ b/include/JSystem/JStage/JSGSystem.h @@ -5,13 +5,13 @@ namespace JStage { enum TEObject { - /* 0x0 */ TOBJ_ACTOR_UNK, - /* 0x1 */ TOBJ_UNK1, - /* 0x2 */ TOBJ_ACTOR, - /* 0x3 */ TOBJ_CAMERA, - /* 0x4 */ TOBJ_AMBIENT, - /* 0x5 */ TOBJ_LIGHT, - /* 0x6 */ TOBJ_FOG, + /* 0x0 */ OBJECT_UNDEFINED, + /* 0x1 */ OBJECT_UNK1, + /* 0x2 */ OBJECT_ACTOR, + /* 0x3 */ OBJECT_CAMERA, + /* 0x4 */ OBJECT_AMBIENT, + /* 0x5 */ OBJECT_LIGHT, + /* 0x6 */ OBJECT_FOG, }; /** -- cgit v1.2.3