Browse Source

towners: add BUGFIX for Griswold custom towner order animation

Issue located by Andi and Anders if my memory serves me right.
pull/5295/head
Robin Eklind 5 years ago committed by Anders Jenbo
parent
commit
b2e94e2d8a
  1. 1
      Source/towners.cpp

1
Source/towners.cpp

@ -39,6 +39,7 @@ const int snSFX[3][NUM_CLASSES] = {
/* data */
/** Specifies the animation frame sequence of a given NPC. */
char AnimOrder[6][148] = {
// BUGFIX: was `15, 5, 1`, should be `15, 16, 1` in Griswold anim.
{ 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
14, 13, 12, 11, 10, 9, 8, 7, 6, 5,
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,

Loading…
Cancel
Save