Skip to content

Commit e4d4da9

Browse files
При отключении экспортов не отключили движковую часть -> "Reimplement Story ID system in engine"
1 parent 10ccec7 commit e4d4da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrGame/alife_dynamic_object.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void CSE_ALifeDynamicObject::on_register()
3434
VERIFY(object);
3535
}
3636

37-
CScriptStoryIDManager::GetInstance().VerifiedRegisterObject(this);
37+
//CScriptStoryIDManager::GetInstance().VerifiedRegisterObject(this); -> Конфликт с оригинальные скриптами
3838

3939
if (!alife().graph().level().object(object->ID, true))
4040
clear_client_data();
@@ -57,7 +57,7 @@ void CSE_ALifeDynamicObject::on_unregister()
5757

5858

5959
Level().MapManager().OnObjectDestroyNotify(ID);
60-
CScriptStoryIDManager::GetInstance().Unregister(ID);
60+
//CScriptStoryIDManager::GetInstance().Unregister(ID); -> Конфликт с оригинальные скриптами
6161
}
6262

6363
void CSE_ALifeDynamicObject::switch_online ()

0 commit comments

Comments
 (0)