Fix changed structure name

This commit is contained in:
Cuyler36
2023-10-11 02:50:13 -04:00
parent 8ec860efa4
commit 455d6b3571
+1 -1
View File
@@ -14,7 +14,7 @@ typedef struct ef_lamp_light_s{
ACTOR actor_class;
int switch_type;
Lights lights;
LightNode* node_p;
Light_list* node_p;
}LAMPLIGHT_ACTOR;
#ifdef __cplusplus