mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Fix changed structure name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user