Merge pull request #117 from Cuyler36/fix_ef_lamp_light

Fix changed structure name
This commit is contained in:
Cuyler36
2023-10-11 02:50:32 -04:00
committed by GitHub
+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