From fe034ce70920b5f4fdaa5ff123437f3669e13403 Mon Sep 17 00:00:00 2001 From: obligaron Date: Fri, 30 Jul 2021 16:57:53 +0200 Subject: [PATCH] Towncast: Fix character changes direction for casting --- Source/player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/player.cpp b/Source/player.cpp index 7a7ffaec4..9bf8cf416 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -550,6 +550,7 @@ void StartSpell(int pnum, Direction d, int cx, int cy) } } else { // Start new stand animation so that currentframe is reset + d = player._pdir; StartStand(pnum, d); }