We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1e0d8 commit 7d46fc2Copy full SHA for 7d46fc2
src/xrGame/alife_registry_container_composition.h
@@ -75,12 +75,14 @@ add_to_registry_type_list(CSpecificCharacterRegistry)
75
76
// game tasks for actor
77
add_to_registry_type_list(CGameTaskRegistry)
78
+#undef map_locations
79
#define map_locations define_constant(CGameTaskRegistry)
80
#undef registry_type_list
81
#define registry_type_list save_registry_type_list(CGameTaskRegistry)
82
83
// ActorStatistics
84
add_to_registry_type_list(CActorStatisticRegistry)
85
86
#define map_locations define_constant(CActorStatisticRegistry)
87
88
#define registry_type_list save_registry_type_list(CActorStatisticRegistry)
0 commit comments