From b2e94e2d8a15f239e7be9b221e4aa83c07eb46d0 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Wed, 4 Aug 2021 09:28:36 +0200 Subject: [PATCH] towners: add BUGFIX for Griswold custom towner order animation Issue located by Andi and Anders if my memory serves me right. --- Source/towners.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/towners.cpp b/Source/towners.cpp index f0ec4dcfe..db95cf111 100644 --- a/Source/towners.cpp +++ b/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,