diff --git a/src/xrGame/game_object_space.h b/src/xrGame/game_object_space.h index 2d5cb86db87..549a458573b 100644 --- a/src/xrGame/game_object_space.h +++ b/src/xrGame/game_object_space.h @@ -66,9 +66,7 @@ enum ECallbackType eItemToSlot, eItemToRuck, // Actor -#ifdef ACTOR_BEFORE_DEATH_CALLBACK eActorBeforeDeath, -#endif //-AVO eDummy = u32(-1), diff --git a/src/xrGame/script_game_object_script.cpp b/src/xrGame/script_game_object_script.cpp index c4996b66ded..e14b0e8cbd5 100644 --- a/src/xrGame/script_game_object_script.cpp +++ b/src/xrGame/script_game_object_script.cpp @@ -95,9 +95,7 @@ SCRIPT_EXPORT(CScriptGameObject, (), { value("item_to_slot", int(GameObject::eItemToSlot)), value("item_to_ruck", int(GameObject::eItemToRuck)), // Actor -#ifdef ACTOR_BEFORE_DEATH_CALLBACK value("actor_before_death", int(GameObject::eActorBeforeDeath)), -#endif //-AVO value("map_location_added", int(GameObject::eMapLocationAdded))],