diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-16 13:57:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 13:57:05 -0500 |
commit | c1d17b2df183689c0befd3c7bc08810308f2bcd2 (patch) | |
tree | d2e6483613f61af4142e6c313ac1007552a52941 /src/scrcmd.c | |
parent | 1cfeae9ffa11bb86a214721bb264f26ca8cb7d5a (diff) | |
parent | 13357596b7ed70246a00d438ee37dc1c84b78415 (diff) |
Merge branch 'master' into doc-routes2
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index c2c422a0a..1ff3eb954 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1193,7 +1193,7 @@ bool8 ScrCmd_turnvobject(struct ScriptContext *ctx) u8 v1 = ScriptReadByte(ctx); u8 direction = ScriptReadByte(ctx); - sub_8069058(v1, direction); + TurnObjectEvent(v1, direction); return FALSE; } |