link ac_fallSESW.c

This commit is contained in:
Prakxo
2024-02-21 00:35:27 +01:00
parent ac352c7f15
commit f0b01c8eef
5 changed files with 134 additions and 2 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
extern "C" {
#endif
typedef struct actor_falls_south_east_west{
typedef struct actor_falls_south_east_south_west{
STRUCTURE_ACTOR structure_class;
}FALLSEW_ACTOR;
}FALLSESW_ACTOR;
extern ACTOR_PROFILE FallSESW_Profile;