summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-01-04 04:45:33 -0800
committerYamaArashi <shadow962@live.com>2017-01-04 04:45:33 -0800
commit355428ee31698073a93c335a6d9db47936c5ffbb (patch)
tree1f10a3f9ff440dae1d9e68440e6a09236062655f /src/scrcmd.c
parentb6b8d053ecfc73c9ff0d4b5715404e3583501b84 (diff)
name some functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index e11f73bfc..4dc7a38dc 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1085,7 +1085,7 @@ bool8 ScrCmd_lockall(struct ScriptContext *ctx)
}
else
{
- sub_8064D20();
+ ScriptFreezeMapObjects();
SetupNativeScript(ctx, sub_8064CFC);
return TRUE;
}
@@ -1106,7 +1106,7 @@ bool8 ScrCmd_lock(struct ScriptContext *ctx)
}
else
{
- sub_8064D20();
+ ScriptFreezeMapObjects();
SetupNativeScript(ctx, sub_8064CFC);
}