diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-25 09:30:24 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:43:11 -0500 |
commit | bc97185452e4dd38a808afeac7b6c774d4ab1163 (patch) | |
tree | cce8625b11a840a19219b5af051c6ebe83c3d95f /src/scrcmd.c | |
parent | 4d92810ad64d6b01701de7f4796467c402542420 (diff) |
Label all movement type functions and their callbacks
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 674912c16..9422f8cb6 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1118,7 +1118,7 @@ bool8 ScrCmd_faceplayer(struct ScriptContext *ctx) if (gMapObjects[gSelectedMapObject].active) { FieldObjectFaceOppositeDirection(&gMapObjects[gSelectedMapObject], - player_get_direction_lower_nybble()); + GetPlayerFacingDirection()); } return FALSE; } |