diff options
author | YamaArashi <shadow962@live.com> | 2017-01-04 04:45:33 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-04 04:45:33 -0800 |
commit | 355428ee31698073a93c335a6d9db47936c5ffbb (patch) | |
tree | 1f10a3f9ff440dae1d9e68440e6a09236062655f /src/scrcmd.c | |
parent | b6b8d053ecfc73c9ff0d4b5715404e3583501b84 (diff) |
name some functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 4 |
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); } |