menu_helpers.c & field_special_scene.c

This commit is contained in:
jiangzhengwenjz
2019-06-24 02:07:25 +08:00
parent 34bebdc56e
commit bc7ff2226d
32 changed files with 6442 additions and 726 deletions
+2 -2
View File
@@ -1201,7 +1201,7 @@ bool8 ScrCmd_turnvobject(struct ScriptContext *ctx)
bool8 ScrCmd_lockall(struct ScriptContext *ctx)
{
if (is_c1_link_related_active())
if (IsUpdateLinkStateCBActive())
{
return FALSE;
}
@@ -1215,7 +1215,7 @@ bool8 ScrCmd_lockall(struct ScriptContext *ctx)
bool8 ScrCmd_lock(struct ScriptContext *ctx)
{
if (is_c1_link_related_active())
if (IsUpdateLinkStateCBActive())
{
return FALSE;
}