diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-16 11:13:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:13:58 -0500 |
commit | 1d006c26616889c7f53ba418c34d0cb151d5ba86 (patch) | |
tree | c5a81e833e822125212ae676fbd0cfae4bd1daae /src/scrcmd.c | |
parent | 4ab216f309fe2db2cd2abfa775fa235f59178791 (diff) | |
parent | 04130a97d9ff799c9f1b439d091c0116adb31bfb (diff) |
Merge branch 'master' into doc-tilesets
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; } |