Browse Source

Towncast: Fix character changes direction for casting

pull/2481/head
obligaron 5 years ago committed by Anders Jenbo
parent
commit
fe034ce709
  1. 1
      Source/player.cpp

1
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);
}

Loading…
Cancel
Save